@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://codepen.io/ericthayer/pen/0c7b5f509fe30bb0730e3d89483eaced.css");
@import url("https://fonts.googleapis.com/css?family=Bungee|Bungee+Inline|Bungee+Shade|Rubik+One|Shrikhand|Varela");
@import url("https://fonts.googleapis.com/css?family=Lobster|Merriweather|News+Cycle|Patua+One|Voltaire");
@import url("https://fonts.googleapis.com/css?family=Acme|Alfa+Slab+One|Anton|Archivo+Black|Arvo");
@import url("https://fonts.googleapis.com/css?family=Bevan|Bree+Serif|Hammersmith+One|Josefin+Sans|Kaushan+Script");
@import url("https://fonts.googleapis.com/css?family=Domine|Oswald|Alegreya+Sans|BenchNine|Crete+Round");
@import url("https://fonts.googleapis.com/css?family=Luckiest+Guy|Bitter|Montserrat|Raleway|Ranga");
@import url("https://fonts.googleapis.com/css?family=Fjalla+One|Fredoka+One|Quicksand|Sanchez|Yellowtail");
@import url("https://fonts.googleapis.com/css?family=Alice|Chewy|Reem+Kufi|Righteous|Rock+Salt");
@import url("https://fonts.googleapis.com/css?family=Questrial|Source+Serif+Pro:400,700");
html {
  font-family: sans-serif;
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  box-sizing: border-box;
  overflow-y: scroll;
}

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

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
  max-width: 100%;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 * 3. Remove new default UA CSS property in Chrome.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  border: none;
  /* 3 */
  border-radius: 0;
  /* 3 */
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

address {
  font-style: normal;
  word-wrap: break-word;
}

dl,
ol,
ul {
  margin-top: 0;
  padding-left: 2em;
}

nav ul {
  list-style-type: none;
  padding-left: 0;
}

ol {
  list-style-type: decimal;
}

p {
  margin-top: 0;
}

.whitney-bold {
  font-family: "Whitney-Bold", "Helvetica Neue", Helvetica, sans-serif;
}

.whitney-semibold {
  font-family: "Whitney-SemiBold", "Helvetica Neue", Helvetica, sans-serif;
}

.whitney-medium {
  font-family: "Whitney-Medium", "Helvetica Neue", Helvetica, sans-serif;
}

.bungee {
  font-family: "Bungee", "Helvetica Neue", Helvetica, sans-serif;
}

.bungee-inline {
  font-family: "Bungee Inline", "Helvetica Neue", Helvetica, sans-serif;
}

.bungee-shade {
  font-family: "Bungee Shade", "Helvetica Neue", Helvetica, sans-serif;
}

.rubik-one {
  font-family: "Rubik One", "Helvetica Neue", Helvetica, sans-serif;
}

.shrikhand {
  font-family: "Shrikhand", "Helvetica Neue", Helvetica, sans-serif;
}

.varela {
  font-family: "Varela", "Helvetica Neue", Helvetica, sans-serif;
}

.lobster {
  font-family: "Lobster", "Helvetica Neue", Helvetica, sans-serif;
}

.merriweather {
  font-family: "Merriweather", "Cambria", Georgia, serif;
}

.news-cycle {
  font-family: "News Cycle", "Helvetica Neue", Helvetica, sans-serif;
}

.patua-one {
  font-family: "Patua One", "Helvetica Neue", Helvetica, sans-serif;
}

.voltaire {
  font-family: "Voltaire", "Helvetica Neue", Helvetica, sans-serif;
}

.acme {
  font-family: "Acme", "Helvetica Neue", Helvetica, sans-serif;
}

.alfa-slab-one {
  font-family: "Alfa Slab One", "Helvetica Neue", Helvetica, sans-serif;
}

.anton {
  font-family: "Anton", "Helvetica Neue", Helvetica, sans-serif;
}

.archivo-black {
  font-family: "Archivo Black", "Helvetica Neue", Helvetica, sans-serif;
}

.arvo {
  font-family: "Arvo", "Cambria", Georgia, serif;
}

.bevan {
  font-family: "Bevan", "Helvetica Neue", Helvetica, sans-serif;
}

.bree-serif {
  font-family: "Bree Serif", "Cambria", Georgia, serif;
}

.hammersmith-one {
  font-family: "Hammersmith One", "Helvetica Neue", Helvetica, sans-serif;
}

.joesefin-sans {
  font-family: "Josefin Sans", "Helvetica Neue", Helvetica, sans-serif;
}

.kaushan-script {
  font-family: "Kaushan Script", "Helvetica Neue", Helvetica, sans-serif;
}

.domine {
  font-family: "Domine", "Helvetica Neue", Helvetica, sans-serif;
}

.oswald {
  font-family: "Oswald", "Helvetica Neue", Helvetica, sans-serif;
}

.crete-round {
  font-family: "Crete Round", "Cambria", Georgia, serif;
}

.alegreya-sans {
  font-family: "Alegreya Sans", "Helvetica Neue", Helvetica, sans-serif;
}

.bench-nine {
  font-family: "BenchNine", "Helvetica Neue", Helvetica, sans-serif;
}

.luckiest-guy {
  font-family: "Luckiest Guy", "Helvetica Neue", Helvetica, sans-serif;
}

.bitter {
  font-family: "Bitter", "Helvetica Neue", Helvetica, sans-serif;
}

.montserrat {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, sans-serif;
}

.raleway {
  font-family: "Raleway", "Helvetica Neue", Helvetica, sans-serif;
}

.ranga {
  font-family: "Ranga", "Helvetica Neue", Helvetica, sans-serif;
}

.fjalla-one {
  font-family: "Fjalla One", "Helvetica Neue", Helvetica, sans-serif;
}

.fredoka-one {
  font-family: "Fredoka One", "Helvetica Neue", Helvetica, sans-serif;
}

.quicksand {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, sans-serif;
}

.sanchez {
  font-family: "Sanchez", "Helvetica Neue", Helvetica, sans-serif;
}

.yellow-tail {
  font-family: "Yellowtail", "Helvetica Neue", Helvetica, sans-serif;
}

.reem-kufi {
  font-family: "Reem Kufi", "Helvetica Neue", Helvetica, sans-serif;
}

.righteous {
  font-family: "Righteous", "Helvetica Neue", Helvetica, sans-serif;
}

.chewy {
  font-family: "Chewy", "Helvetica Neue", Helvetica, sans-serif;
}

.rock-salt {
  font-family: "Rock Salt", "Helvetica Neue", Helvetica, sans-serif;
}

.alice {
  font-family: "Alice", "Cambria", Georgia, serif;
}

.icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  width: 1em;
  vertical-align: middle;
  position: relative;
  top: -.0625em;
  margin-right: .25em;
  margin-left: .25em;
  text-align: center;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform .3 ease;
  transition: -webkit-transform .3 ease;
  transition: transform .3 ease;
  transition: transform .3 ease, -webkit-transform .3 ease;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
[data-tooltip] {
  position: relative;
}
[data-tooltip]:hover, [data-tooltip]:focus {
  cursor: help;
}
[data-tooltip]:hover:after, [data-tooltip]:focus:after {
  background: #ccebff;
  box-shadow: 0 0 0 0.25em #99d8ff, 7px 7px 0 rgba(0, 0, 0, 0.5);
  color: #333;
  padding: .5em .5em;
  position: absolute;
  top: 0;
  left: 1.5rem;
  line-height: 1;
  font-size: .875rem;
  text-align: center;
  -webkit-animation: fade-in .4s linear forwards;
          animation: fade-in .4s linear forwards;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  z-index: 10000;
  content: attr(data-tooltip);
}
@media (min-width: 30em) {
  [data-tooltip]:hover:after, [data-tooltip]:focus:after {
    min-width: 8em;
  }
}

.skip-link {
  background: var(--action);
  color: var(--light);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 2.5rem;
  line-height: 1;
  max-height: 0;
  outline: none;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  text-align: center;
  -webkit-transition: .35s ease;
  transition: .35s ease;
  width: 100%;
  z-index: 1001;
}
.skip-link:focus {
  box-shadow: none;
  color: #FFF;
  max-height: 6.25em;
  padding-top: .5em;
  padding-bottom: .5em;
}

.no-support {
  background: tomato;
  color: white;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  grid-row: 1 / 1;
  width: 100%;
  z-index: 1;
}
.no-support .close-button {
  background: rgba(0, 0, 0, 0.2);
  color: #FFF;
  font-size: 1rem;
  text-decoration: none;
}

@supports (display: grid) {
  .no-support {
    display: none;
  }
  .no-support > * {
    padding: 1rem;
  }

  #body:target .no-support {
    display: none;
  }
}
.has-tooltip {
  position: relative;
}
.has-tooltip:hover .tooltip, .has-tooltip:focus .tooltip,
.has-tooltip a:focus .tooltip, .has-tooltip:hover .icon-tooltip, .has-tooltip:focus .icon-tooltip,
.has-tooltip a:focus .icon-tooltip {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.tooltip,
.icon-tooltip {
  background-color: hotpink;
  color: #FFF;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: .875rem;
  opacity: 0;
  padding: .5rem 1rem .65rem;
  position: absolute;
  bottom: 100%;
  left: -100%;
  left: -50%;
  right: -50%;
  visibility: hidden;
  text-align: center;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
  border-radius: .2rem;
  z-index: 50;
}
.tooltip::before,
.icon-tooltip::before {
  content: "";
  display: inline-block;
  position: absolute;
  border: 8px solid transparent;
  border-top-color: hotpink;
  bottom: -16px;
  left: calc(50% - 8px);
}
.tooltip.flush-r,
.icon-tooltip.flush-r {
  right: -.5rem;
  left: auto;
}
.tooltip.flush-r::before,
.icon-tooltip.flush-r::before {
  right: .75rem;
  left: auto;
}
.tooltip.flush-l,
.icon-tooltip.flush-l {
  left: -.5rem;
}
.tooltip.flush-l::before,
.icon-tooltip.flush-l::before {
  left: .65rem;
}

.icon-tooltip {
  left: calc(50% - 2.5rem);
  padding-right: .25rem;
  padding-left: .25rem;
  text-align: center;
  white-space: pre;
  width: 5rem;
}
.icon-tooltip::before {
  bottom: -14px;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.full-screen {
  min-height: 100vh;
}
.full-screen .banner {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
          flex-grow: 1;
  padding-top: 0;
  padding-bottom: 0;
}

.list-unstyled {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.list-unstyled ul {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 0;
  padding-top: 1em;
  padding-bottom: 1em;
}
.list-unstyled ul li:last-child {
  margin-bottom: 0;
}

.list-clean li {
  list-style-type: none;
}

.list-nested {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 3em;
  width: 100%;
}
.list-nested > li {
  list-style-type: circle;
}

.arrow-list-lg {
  padding: 0;
}
.arrow-list-lg > li {
  display: -webkit-box;
  display: flex;
}
.arrow-list-lg > li li {
  list-style-type: none;
}
.arrow-list-lg > li:before {
  content: "→ ";
  padding-right: .625em;
}

.list-parent {
  flex-wrap: wrap;
}

.grid {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.grid > * {
  -webkit-box-flex: 1;
          flex-grow: 1;
  padding: 1em;
  flex-basis: 15em;
}
@supports (grid-gap: 0) {
  .grid {
    display: grid;
    grid-gap: 2em;
  }
  .grid > * {
    padding: 0;
  }
  @media (min-width: 40em) {
    .grid {
      grid-template-columns: repeat(auto-fit, minmax(10.5em, 1fr));
    }
  }
}

.grid-2-col {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.grid-2-col > * {
  -webkit-box-flex: 1;
          flex-grow: 1;
  padding: 1em;
  flex-basis: 15em;
}
@supports (grid-gap: 0) {
  .grid-2-col {
    display: grid;
    grid-gap: 2em;
  }
  .grid-2-col > * {
    padding: 0;
  }
  @media (min-width: 40em) {
    .grid-2-col {
      grid-template-columns: repeat(auto-fit, minmax(10.5em, 1fr));
    }
  }
}
@supports (grid-gap: 0) {
  @media (min-width: 40em) {
    .grid-2-col {
      grid-gap: 2em 3em;
      grid-template-columns: repeat(2, 1fr);
    }
  }
}

.grid-4-col {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.grid-4-col > * {
  -webkit-box-flex: 1;
          flex-grow: 1;
  padding: 1em;
  flex-basis: 15em;
}
@supports (grid-gap: 0) {
  .grid-4-col {
    display: grid;
    grid-gap: 2em;
  }
  .grid-4-col > * {
    padding: 0;
  }
  @media (min-width: 40em) {
    .grid-4-col {
      grid-template-columns: repeat(auto-fit, minmax(10.5em, 1fr));
    }
  }
}
@supports (grid-gap: 0) {
  .grid-4-col {
    grid-template-columns: repeat(auto-fit, minmax(16.5em, 1fr));
    grid-gap: 2em;
  }
  @media (min-width: 60em) and (max-width: 85em) {
    .grid-4-col {
      grid-template-columns: repeat(auto-fit, minmax(25em, 1fr));
    }
  }
}

.grid-lg {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.grid-lg > * {
  -webkit-box-flex: 1;
          flex-grow: 1;
  padding: 1em;
  flex-basis: 15em;
}
@supports (grid-gap: 0) {
  .grid-lg {
    display: grid;
    grid-gap: 2em;
  }
  .grid-lg > * {
    padding: 0;
  }
  @media (min-width: 40em) {
    .grid-lg {
      grid-template-columns: repeat(auto-fit, minmax(10.5em, 1fr));
    }
  }
}
@supports (grid-gap: 0) {
  @media (min-width: 40em) {
    .grid-lg {
      grid-gap: 2em 3em;
      grid-template-columns: repeat(2, 1fr);
    }
  }
}
@media (min-width: 40em) {
  .grid-lg {
    grid-gap: 5em 0;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 48em) {
  .grid-lg {
    grid-gap: 0 5em;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 56.25em) {
  .grid-banner > .container {
    padding: 2em;
  }
}
@media (min-width: 56.25em) {
  .grid-banner .grid-wrap {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    grid-template-rows: minmax(50vh, 1fr);
  }
  .grid-banner .grid-wrap > * {
    -webkit-box-flex: 1;
            flex-grow: 1;
    padding: 1em;
    flex-basis: 15em;
  }
  @supports (grid-gap: 0) {
    .grid-banner .grid-wrap {
      display: grid;
      grid-gap: 2em;
    }
    .grid-banner .grid-wrap > * {
      padding: 0;
    }
    @media (min-width: 40em) {
      .grid-banner .grid-wrap {
        grid-template-columns: repeat(auto-fit, minmax(10.5em, 1fr));
      }
    }
  }
  .grid-banner .grid-wrap > * {
    display: -webkit-box;
    display: flex;
  }
}

@supports (grid-gap: 0) {
  .grid-flush {
    grid-gap: 0 !important;
  }
}

.circle-mask {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  max-height: 20rem;
  max-width: 20rem;
}
.circle-mask figcaption {
  display: none;
}
.circle-mask.mask-outside {
  shape-outside: circle();
}
@media (min-width: 56.25em) {
  .circle-mask {
    max-height: 25rem;
    max-width: 25rem;
  }
}

@media (min-width: 40em) {
  .circle-mask-md {
    border-radius: 50%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    max-height: 20rem;
    max-width: 20rem;
    max-height: 20rem;
    max-width: 20rem;
  }
  .circle-mask-md figcaption {
    display: none;
  }
  .circle-mask-md.mask-outside {
    shape-outside: circle();
  }
}
@media (min-width: 40em) and (min-width: 56.25em) {
  .circle-mask-md {
    max-height: 25rem;
    max-width: 25rem;
  }
}

@media (min-width: 40em) {
  .circle-mask-sm {
    border-radius: 50%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    max-height: 20rem;
    max-width: 20rem;
    max-height: 10rem;
    max-width: 10rem;
  }
  .circle-mask-sm figcaption {
    display: none;
  }
  .circle-mask-sm.mask-outside {
    shape-outside: circle();
  }
}
@media (min-width: 40em) and (min-width: 56.25em) {
  .circle-mask-sm {
    max-height: 25rem;
    max-width: 25rem;
  }
}

.rounded-mask {
  border-radius: 1rem;
  max-width: 100%;
  overflow: hidden;
}
.rounded-mask img {
  border-radius: 1rem;
}

:root {
  --scale-tiny: calc(1vw + .125rem);
  --scale-sm: calc(1vw + .25rem);
  --scale-md: calc(1vw + .5rem);
  --scale-lg: calc(1vw + .875rem);
  --scale-xl: calc(1vw + 1.25rem);
  --font-Questrial: 'Questrial', sans-serif;
  --font-Source-Serif-Pro: 'Source Serif Pro', serif;
  font-size: var(--scale-lg);
}

body {
  display: -webkit-box;
  display: flex;
  font-family: sans-serif;
}

h1, h2, h3, h4, h5, h6,
[class*='heading'] {
  font-family: var(--font-Source-Serif-Pro);
}

.heading {
  font-size: calc(1vw + .9rem);
  line-height: var(--scale-xl);
}

img {
  max-width: 100%;
}

.icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  width: 1em;
  vertical-align: middle;
  position: relative;
  top: -.0625em;
  margin-right: .25rem;
  margin-left: .25rem;
  text-align: center;
  stroke-width: 0;
}

button {
  border-radius: .21rem;
}

ul {
  list-style-type: none;
}
ul a {
  text-decoration: none;
}

p {
  font-size: .75rem;
  line-height: var(--scale-lg);
  max-width: 50ch;
}

.card {
  display: grid;
  -webkit-box-flex: 1;
          flex: 1;
  grid-gap: var(--scale-lg);
  grid-template-columns: 2rem repeat(12, auto) 2rem;
}
.card > *:not(.media) {
  z-index: 1;
}
@media (min-width: 65em) {
  .card {
    grid-row-gap: 0;
  }
}

.link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  align-self: center;
  justify-self: start;
  background: rgba(102, 51, 153, 0);
  box-shadow: inset 0 0 0 .1rem;
  color: currentcolor;
  font-family: var(--font-Questrial);
  font-size: .65rem;
  grid-column: 2 / 14;
  grid-row: 4 / 4;
  letter-spacing: .1em;
  padding: .65rem .7rem .65rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}
.link svg {
  fill: #555;
  margin-left: .5rem;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.link:hover, .link:focus {
  background: rebeccapurple;
  box-shadow: inset 0 0 0 4px white;
  color: white;
}
.link:hover svg, .link:focus svg {
  fill: white;
  -webkit-transform: translateX(0.35rem) scale(1.1);
          transform: translateX(0.35rem) scale(1.1);
}
@media (min-width: 44em) {
  .link {
    grid-column: 13 / 14;
    grid-row: 3 / 4;
  }
}
@media (min-width: 65em) {
  .link {
    justify-self: end;
    grid-column: 12 / 14;
    grid-row: 4 / 5;
  }
}

.title {
  align-self: start;
  font-size: calc(1vw + 2.5rem);
  grid-column: 2 / 14;
  grid-row: 2 / 2;
  margin-bottom: 2rem;
}
@media (min-width: 44em) {
  .title {
    grid-column: 2 / 12;
    grid-row: 3 / 3;
    margin-bottom: 0;
  }
}
@media (min-width: 65em) {
  .title {
    grid-column: 2 / 8;
    grid-row: 4 / 5;
  }
}

.media {
  background: linear-gradient(225deg, turquoise, darkmagenta);
  display: -webkit-box;
  display: flex;
  grid-column: 1 / end;
  grid-row: 1 / 8;
  overflow: hidden;
}
.media img {
  line-height: 0;
  mix-blend-mode: color-dodge;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: .2;
  width: 100vw;
}

.copy {
  grid-column: 2 / 14;
  grid-row: 3 / 3;
  line-height: calc(1vw + 1.1em);
  margin-bottom: 0;
}
.copy .heading:first-letter {
  font-size: 3rem;
  letter-spacing: -.075em;
  margin-left: -.75rem;
  vertical-align: baseline;
}
.copy .text {
  background: transparent;
  font-style: italic;
  line-height: 1.45;
  padding: 0;
}
@media (min-width: 44em) {
  .copy {
    grid-column: 4 / 14;
    grid-row: 5 / 5;
  }
}
@media (min-width: 65em) {
  .copy {
    align-self: end;
    grid-column: 9 / 14;
    grid-row: 3 / 3;
  }
}