/*! normalize.css v8.0.1 | 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 iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  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
   ========================================================================== */

/**
 * 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
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

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 in Chrome and Safari on macOS.
 */

[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 Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e2e8f0; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

[data-lazy]{
  opacity: 0;
  width: 100%;
  transition:opacity .25s ease-in;
  min-height:120px
}

.loaded{
  opacity: 1
}

body{
  visibility:initial
}

html{
  background-color:#131F26;
  font-size:18px
}

body{
  line-height:1.78
}

a{
  text-decoration: none;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1)
}

a:not([class]){
  border-bottom-width:1px;
  border-color:#ecf0f8
}

a:not([class]):hover{
  --text-opacity: 1;
  color: #FF8566;
  color: rgba(255, 133, 102, var(--text-opacity));
  --border-opacity: 1;
  border-color: #1D1D1F;
  border-color: rgba(29, 29, 31, var(--border-opacity))
}

.markdown .header-anchor{
  --text-opacity: 1;
  color: #29333B;
  color: rgba(41, 51, 59, var(--text-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1)
}

.markdown h1:hover .header-anchor,.markdown h2:hover .header-anchor,.markdown h3:hover .header-anchor,.markdown h4:hover .header-anchor{
  --text-opacity: 1;
  color: #ECF0F8;
  color: rgba(236, 240, 248, var(--text-opacity))
}

h1,h2,h3,h4{
  font-family: "Space Grotesk", "Noto Sans", Lato, serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens:auto;
      -ms-hyphens:auto;
          hyphens:auto;
  margin:3rem 0 1.38rem
}

h2,h3,h4{
  --text-opacity: 1;
  color: #ECF0F8;
  color: rgba(236, 240, 248, var(--text-opacity))
}

h1{
  font-size: 2.369rem;
  line-height: 1.3;
  --text-opacity: 1;
  color: #FF8566;
  color: rgba(255, 133, 102, var(--text-opacity));
  margin-top: 0
}

@media (min-width: 640px){
  h1{
    font-size: 3.157rem;
    line-height: 1.3;
    margin-top: 4rem;
    margin-bottom: 4rem
  }
}

h2{
  font-size: 1.777rem;
  line-height: 1.3;
  font-weight: 300;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem
}

@media (min-width: 640px){
  h2{
    font-size: 2.369rem;
    line-height: 1.3;
    margin-top: 3rem;
    margin-bottom: 3rem
  }
}

h3{
  font-size: 1.777rem;
  line-height: 1.3;
  font-weight: 300;
  margin-top: 2rem;
  margin-bottom: 2rem
}

@media (min-width: 768px){
  h3{
    font-size: 1.777rem;
    line-height: 1.3;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
  }
}

h4{
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 2rem;
  margin-bottom: 2rem
}

h5{
  font-size: 1rem;
  line-height: 1.6;
  --text-opacity: 1;
  color: #A0ADC0;
  color: rgba(160, 173, 192, var(--text-opacity));
  margin-top: 2rem;
  margin-bottom: 2rem
}

p,ul,ol{
  font-size: 1rem;
  line-height: 1.6;
  --text-opacity: 1;
  color: #ECF0F8;
  color: rgba(236, 240, 248, var(--text-opacity))
}

p+p,p+ul,p+ol,ul+p,ol+p{
  margin-top: 1.5rem
}

@media (min-width: 1024px){
  p+p,p+ul,p+ol,ul+p,ol+p{
    margin-top: 3rem
  }
}

.content p,.content ul,.content ol{
  max-width: 36rem
}

.content ul,.content ol{
  --text-opacity: 1;
  color: #EFF1F5;
  color: rgba(239, 241, 245, var(--text-opacity));
  font-size: 1rem;
  line-height: 1.6;
  padding-left: 1.5rem
}

@media (min-width: 768px){
  .content ul,.content ol{
    padding-left: 0
  }
}

.content ul li+li,.content ul ul+li,.content ul ol+li,.content ol li+li,.content ol ul+li,.content ol ol+li{
  margin-top: 1rem
}

.content ul ul,.content ul ol,.content ol ul,.content ol ol{
  margin-top: 1rem;
  padding-left: 2rem;
  margin-bottom: 0
}

ol{
  list-style-type: decimal
}

.content.markdown{
  max-width: 56rem
}

.content.markdown p,.content.markdown ul,.content.markdown ol{
  font-size: 1rem;
  line-height: 1.6
}

.content.markdown p+p{
  margin-top: 2rem
}

.content.markdown h1 .header-anchor{
  display:none
}

.content.markdown ul,.content.markdown ol{
  list-style-position: outside
}

@media (min-width: 768px){
  .content.markdown ul,.content.markdown ol{
    padding-left: 4rem
  }
}

.content.markdown ul{
  list-style-type: disc
}

.content.markdown blockquote{
  margin-top: 3rem;
  margin-bottom: 3rem
}

.content.markdown blockquote p{
  font-size: 1rem;
  line-height: 1.6;
  padding-left: 2rem;
  border-left-width: 2px;
  --border-opacity: 1;
  border-color: #29333B;
  border-color: rgba(41, 51, 59, var(--border-opacity))
}

.content.markdown hr.footnotes-sep{
  margin-bottom: 4rem
}

@media (min-width: 1024px){
  .content.markdown hr.footnotes-sep{
    margin-top:-2rem
  }
}

.content.markdown .footnote-item{
  word-break:break-all
}

@font-face{
  font-family:"Inter";

  font-style:normal;

  font-weight:100;

  font-display:swap;

  src:url(/fonts/Inter-Thin.woff2?v=3.12) format("woff2"),url(/fonts/Inter-Thin.woff?v=3.12) format("woff")
}

@font-face{
  font-family:"Inter";

  font-style:italic;

  font-weight:100;

  font-display:swap;

  src:url(/fonts/Inter-ThinItalic.woff2?v=3.12) format("woff2"),url(/fonts/Inter-ThinItalic.woff?v=3.12) format("woff")
}

@font-face{
  font-family:"Inter";

  font-style:normal;

  font-weight:200;

  font-display:swap;

  src:url(/fonts/Inter-ExtraLight.woff2?v=3.12) format("woff2"),url(/fonts/Inter-ExtraLight.woff?v=3.12) format("woff")
}

@font-face{
  font-family:"Inter";

  font-style:italic;

  font-weight:200;

  font-display:swap;

  src:url(/fonts/Inter-ExtraLightItalic.woff2?v=3.12) format("woff2"),url(/fonts/Inter-ExtraLightItalic.woff?v=3.12) format("woff")
}

@font-face{
  font-family:"Inter";

  font-style:normal;

  font-weight:300;

  font-display:swap;

  src:url(/fonts/Inter-Light.woff2?v=3.12) format("woff2"),url(/fonts/Inter-Light.woff?v=3.12) format("woff")
}

@font-face{
  font-family:"Inter";

  font-style:italic;

  font-weight:300;

  font-display:swap;

  src:url(/fonts/Inter-LightItalic.woff2?v=3.12) format("woff2"),url(/fonts/Inter-LightItalic.woff?v=3.12) format("woff")
}

@font-face{
  font-family:"Inter";

  font-style:normal;

  font-weight:400;

  font-display:swap;

  src:url(/fonts/Inter-Regular.woff2?v=3.12) format("woff2"),url(/fonts/Inter-Regular.woff?v=3.12) format("woff")
}

@font-face{
  font-family:"Inter";

  font-style:italic;

  font-weight:400;

  font-display:swap;

  src:url(/fonts/Inter-Italic.woff2?v=3.12) format("woff2"),url(/fonts/Inter-Italic.woff?v=3.12) format("woff")
}

@font-face{
  font-family:"Inter";

  font-style:normal;

  font-weight:500;

  font-display:swap;

  src:url(/fonts/Inter-Medium.woff2?v=3.12) format("woff2"),url(/fonts/Inter-Medium.woff?v=3.12) format("woff")
}

@font-face{
  font-family:"Inter";

  font-style:italic;

  font-weight:500;

  font-display:swap;

  src:url(/fonts/Inter-MediumItalic.woff2?v=3.12) format("woff2"),url(/fonts/Inter-MediumItalic.woff?v=3.12) format("woff")
}

@font-face{
  font-family:"Inter";

  font-style:normal;

  font-weight:600;

  font-display:swap;

  src:url(/fonts/Inter-SemiBold.woff2?v=3.12) format("woff2"),url(/fonts/Inter-SemiBold.woff?v=3.12) format("woff")
}

@font-face{
  font-family:"Inter";

  font-style:italic;

  font-weight:600;

  font-display:swap;

  src:url(/fonts/Inter-SemiBoldItalic.woff2?v=3.12) format("woff2"),url(/fonts/Inter-SemiBoldItalic.woff?v=3.12) format("woff")
}

@font-face{
  font-family:"Inter";

  font-style:normal;

  font-weight:700;

  font-display:swap;

  src:url(/fonts/Inter-Bold.woff2?v=3.12) format("woff2"),url(/fonts/Inter-Bold.woff?v=3.12) format("woff")
}

@font-face{
  font-family:"Inter";

  font-style:italic;

  font-weight:700;

  font-display:swap;

  src:url(/fonts/Inter-BoldItalic.woff2?v=3.12) format("woff2"),url(/fonts/Inter-BoldItalic.woff?v=3.12) format("woff")
}

@font-face{
  font-family:"Inter";

  font-style:normal;

  font-weight:800;

  font-display:swap;

  src:url(/fonts/Inter-ExtraBold.woff2?v=3.12) format("woff2"),url(/fonts/Inter-ExtraBold.woff?v=3.12) format("woff")
}

@font-face{
  font-family:"Inter";

  font-style:italic;

  font-weight:800;

  font-display:swap;

  src:url(/fonts/Inter-ExtraBoldItalic.woff2?v=3.12) format("woff2"),url(/fonts/Inter-ExtraBoldItalic.woff?v=3.12) format("woff")
}

@font-face{
  font-family:"Inter";

  font-style:normal;

  font-weight:900;

  font-display:swap;

  src:url(/fonts/Inter-Black.woff2?v=3.12) format("woff2"),url(/fonts/Inter-Black.woff?v=3.12) format("woff")
}

@font-face{
  font-family:"Inter";

  font-style:italic;

  font-weight:900;

  font-display:swap;

  src:url(/fonts/Inter-BlackItalic.woff2?v=3.12) format("woff2"),url(/fonts/Inter-BlackItalic.woff?v=3.12) format("woff")
}

@font-face{
  font-family:"Space Grotesk";

  font-style:normal;

  font-weight:300;

  font-display:swap;

  src:url(/fonts/SpaceGrotesk-Light.woff2) format("woff2"),url(/fonts/SpaceGrotesk-Light.woff) format("woff")
}

@font-face{
  font-family:"Space Grotesk";

  font-style:normal;

  font-weight:400;

  font-display:swap;

  src:url(/fonts/SpaceGrotesk-Regular.woff2) format("woff2"),url(/fonts/SpaceGrotesk-Regular.woff) format("woff")
}

@font-face{
  font-family:"Space Grotesk";

  font-style:normal;

  font-weight:500;

  font-display:swap;

  src:url(/fonts/SpaceGrotesk-Medium.woff2) format("woff2"),url(/fonts/SpaceGrotesk-Medium.woff) format("woff")
}

@font-face{
  font-family:"Space Grotesk";

  font-style:normal;

  font-weight:600;

  font-display:swap;

  src:url(/fonts/SpaceGrotesk-SemiBold.woff2) format("woff2"),url(/fonts/SpaceGrotesk-SemiBold.woff) format("woff")
}

@font-face{
  font-family:"Space Grotesk";

  font-style:normal;

  font-weight:700;

  font-display:swap;

  src:url(/fonts/SpaceGrotesk-Bold.woff2) format("woff2"),url(/fonts/SpaceGrotesk-Bold.woff) format("woff")
}

.container {
  width: 100%;
}

@media (min-width: 375px) {
  .container {
    max-width: 375px;
  }
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

.mobile-nav-toggle{
  display: block;
  position: fixed;
  height: 3rem;
  width: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border-style: none;
  --bg-opacity: 1;
  background-color: #FF8566;
  background-color: rgba(255, 133, 102, var(--bg-opacity));
  --text-opacity: 1;
  color: #ECF0F8;
  color: rgba(236, 240, 248, var(--text-opacity));
  z-index: 50
}

@media (min-width: 375px){
  .mobile-nav-toggle{
    height: 3rem
  }
}

@media (min-width: 768px){
  .mobile-nav-toggle{
    display: none
  }
}

.mobile-nav-toggle .mobile-nav-icon-line{
  height:2px
}

.mobile-nav-toggle.menu-toggle-active{
  background-color: transparent
}

.mobile-nav-toggle.menu-toggle-active .mobile-nav-icon-bg{
  --bg-opacity: 1;
  background-color: #FF8566;
  background-color: rgba(255, 133, 102, var(--bg-opacity));
  border-radius: 9999px;
  width:40px;
  height:40px;
  position:absolute;
  margin-left:-2px
}

.mobile-nav-toggle.menu-toggle-active .mobile-nav-icon-line{
  margin: 0;
  --bg-opacity: 1;
  background-color: #ECF0F8;
  background-color: rgba(236, 240, 248, var(--bg-opacity))
}

.mobile-nav-toggle.menu-toggle-active .mobile-nav-icon-line:nth-child(1){
  transform:rotate(45deg) translateY(3px)
}

.mobile-nav-toggle.menu-toggle-active .mobile-nav-icon-line:nth-child(2){
  opacity: 0
}

.mobile-nav-toggle.menu-toggle-active .mobile-nav-icon-line:nth-child(3){
  transform:rotate(-45deg) translateY(-3px)
}

.mobile-nav-toggle.menu-toggle-active .mobile-nav-label{
  position:absolute;
  left:-100%
}

.wrapper.menu-visible{
  display:none
}

@media (min-width: 768px){
  .wrapper.menu-visible{
    display:flex
  }
}

.mobile-nav{
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow-y: auto;
  padding-top: 3rem;
  --bg-opacity: 1;
  background-color: #29333B;
  background-color: rgba(41, 51, 59, var(--bg-opacity));
  z-index: 50;
  height:-webkit-fill-available;
  transform:translate3d(-100%, 0, 0);
  transition:transform .25s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay:.1s;
  will-change:transform
}

@media (min-width: 768px){
  .mobile-nav{
    display: none
  }
}

.mobile-nav.menu-visible{
  transform:translate3d(0, 0, 0)
}

.mobile-nav.menu-visible .item{
  opacity: 1;
  transform:translate3d(0, 0, 0)
}

.mobile-nav.menu-visible .footer{
  opacity: 1;
  transition-duration: 300ms;
  transition-delay:1s
}

.mobile-nav .item{
  transition:opacity .4s ease,transform .25s cubic-bezier(0.77, 0, 0.175, 1);
  transform:translate3d(-50%, 0, 0);
  transition-delay:.25s
}

.mobile-nav .item:nth-child(0){
  transition-delay:.5s
}

.mobile-nav .item:nth-child(1){
  transition-delay:.53125s
}

.mobile-nav .item:nth-child(2){
  transition-delay:.5625s
}

.mobile-nav .item:nth-child(3){
  transition-delay:.59375s
}

.mobile-nav .item:nth-child(4){
  transition-delay:.625s
}

.mobile-nav .item:nth-child(5){
  transition-delay:.65625s
}

.mobile-nav .item:nth-child(6){
  transition-delay:.6875s
}

.mobile-nav .item:nth-child(7){
  transition-delay:.71875s
}

.mobile-nav .item:nth-child(8){
  transition-delay:.75s
}

.mobile-nav .item:nth-child(9){
  transition-delay:.78125s
}

.mobile-nav .item:nth-child(10){
  transition-delay:.8125s
}

.mobile-nav .item:nth-child(11){
  transition-delay:.84375s
}

.mobile-nav .item:nth-child(12){
  transition-delay:.875s
}

.mobile-nav .item:nth-child(13){
  transition-delay:.90625s
}

.mobile-nav .item:nth-child(14){
  transition-delay:.9375s
}

.mobile-nav .item:nth-child(15){
  transition-delay:.96875s
}

.mobile-nav .item:nth-child(16){
  transition-delay:1s
}

.mobile-nav .item:nth-child(17){
  transition-delay:1.03125s
}

.mobile-nav .item:nth-child(18){
  transition-delay:1.0625s
}

.mobile-nav .item:nth-child(19){
  transition-delay:1.09375s
}

.mobile-nav .item:nth-child(20){
  transition-delay:1.125s
}

.mobile-nav .item:nth-child(21){
  transition-delay:1.15625s
}

.mobile-nav .item:nth-child(22){
  transition-delay:1.1875s
}

.mobile-nav .item:nth-child(23){
  transition-delay:1.21875s
}

.mobile-nav .item:nth-child(24){
  transition-delay:1.25s
}

.mobile-nav .item:nth-child(25){
  transition-delay:1.28125s
}

.mobile-nav .item:nth-child(26){
  transition-delay:1.3125s
}

.mobile-nav .item:nth-child(27){
  transition-delay:1.34375s
}

.mobile-nav .item:nth-child(28){
  transition-delay:1.375s
}

.mobile-nav .item:nth-child(29){
  transition-delay:1.40625s
}

.mobile-nav .item:nth-child(30){
  transition-delay:1.4375s
}

.mobile-nav .item:nth-child(31){
  transition-delay:1.46875s
}

.mobile-nav .item:nth-child(32){
  transition-delay:1.5s
}

.mobile-nav .item:nth-child(33){
  transition-delay:1.53125s
}

.mobile-nav .item:nth-child(34){
  transition-delay:1.5625s
}

.mobile-nav .item:nth-child(35){
  transition-delay:1.59375s
}

.mobile-nav .item:nth-child(36){
  transition-delay:1.625s
}

.mobile-nav .item:nth-child(37){
  transition-delay:1.65625s
}

.mobile-nav .item:nth-child(38){
  transition-delay:1.6875s
}

.mobile-nav .item:nth-child(39){
  transition-delay:1.71875s
}

.mobile-nav .item:nth-child(40){
  transition-delay:1.75s
}

.mobile-nav .item:nth-child(41){
  transition-delay:1.78125s
}

.mobile-nav .item:nth-child(42){
  transition-delay:1.8125s
}

.mobile-nav .item:nth-child(43){
  transition-delay:1.84375s
}

.mobile-nav .item:nth-child(44){
  transition-delay:1.875s
}

.mobile-nav .item:nth-child(45){
  transition-delay:1.90625s
}

.mobile-nav .item:nth-child(46){
  transition-delay:1.9375s
}

.mobile-nav .item:nth-child(47){
  transition-delay:1.96875s
}

.mobile-nav .item:nth-child(48){
  transition-delay:2s
}

.mobile-nav .item:nth-child(49){
  transition-delay:2.03125s
}

.mobile-nav .item:nth-child(50){
  transition-delay:2.0625s
}

.mobile-nav .item:nth-child(51){
  transition-delay:2.09375s
}

.mobile-nav .item:nth-child(52){
  transition-delay:2.125s
}

.mobile-nav .item:nth-child(53){
  transition-delay:2.15625s
}

.mobile-nav .item:nth-child(54){
  transition-delay:2.1875s
}

.mobile-nav .item:nth-child(55){
  transition-delay:2.21875s
}

.mobile-nav .item:nth-child(56){
  transition-delay:2.25s
}

.mobile-nav .item:nth-child(57){
  transition-delay:2.28125s
}

.mobile-nav .item:nth-child(58){
  transition-delay:2.3125s
}

.mobile-nav .item:nth-child(59){
  transition-delay:2.34375s
}

.mobile-nav .item:nth-child(60){
  transition-delay:2.375s
}

.mobile-nav .item:nth-child(61){
  transition-delay:2.40625s
}

.mobile-nav .item:nth-child(62){
  transition-delay:2.4375s
}

.mobile-nav .item:nth-child(63){
  transition-delay:2.46875s
}

.mobile-nav .item:nth-child(64){
  transition-delay:2.5s
}

.mobile-nav .item:nth-child(65){
  transition-delay:2.53125s
}

.mobile-nav .item:nth-child(66){
  transition-delay:2.5625s
}

.mobile-nav .item:nth-child(67){
  transition-delay:2.59375s
}

.mobile-nav .item:nth-child(68){
  transition-delay:2.625s
}

.mobile-nav .item:nth-child(69){
  transition-delay:2.65625s
}

.mobile-nav .item:nth-child(70){
  transition-delay:2.6875s
}

.mobile-nav .item:nth-child(71){
  transition-delay:2.71875s
}

.mobile-nav .item:nth-child(72){
  transition-delay:2.75s
}

.mobile-nav .item:nth-child(73){
  transition-delay:2.78125s
}

.mobile-nav .item:nth-child(74){
  transition-delay:2.8125s
}

.mobile-nav .item:nth-child(75){
  transition-delay:2.84375s
}

.mobile-nav .item:nth-child(76){
  transition-delay:2.875s
}

.mobile-nav .item:nth-child(77){
  transition-delay:2.90625s
}

.mobile-nav .item:nth-child(78){
  transition-delay:2.9375s
}

.mobile-nav .item:nth-child(79){
  transition-delay:2.96875s
}

.mobile-nav .item:nth-child(80){
  transition-delay:3s
}

.mobile-nav .item:nth-child(81){
  transition-delay:3.03125s
}

.mobile-nav .item:nth-child(82){
  transition-delay:3.0625s
}

.mobile-nav .item:nth-child(83){
  transition-delay:3.09375s
}

.mobile-nav .item:nth-child(84){
  transition-delay:3.125s
}

.mobile-nav .item:nth-child(85){
  transition-delay:3.15625s
}

.mobile-nav .item:nth-child(86){
  transition-delay:3.1875s
}

.mobile-nav .item:nth-child(87){
  transition-delay:3.21875s
}

.mobile-nav .item:nth-child(88){
  transition-delay:3.25s
}

.mobile-nav .item:nth-child(89){
  transition-delay:3.28125s
}

.mobile-nav .item:nth-child(90){
  transition-delay:3.3125s
}

.mobile-nav .item:nth-child(91){
  transition-delay:3.34375s
}

.mobile-nav .item:nth-child(92){
  transition-delay:3.375s
}

.mobile-nav .item:nth-child(93){
  transition-delay:3.40625s
}

.mobile-nav .item:nth-child(94){
  transition-delay:3.4375s
}

.mobile-nav .item:nth-child(95){
  transition-delay:3.46875s
}

.mobile-nav .item:nth-child(96){
  transition-delay:3.5s
}

.mobile-nav .item:nth-child(97){
  transition-delay:3.53125s
}

.mobile-nav .item:nth-child(98){
  transition-delay:3.5625s
}

.mobile-nav .item:nth-child(99){
  transition-delay:3.59375s
}

.mobile-nav .item:nth-child(100){
  transition-delay:3.625s
}

.mobile-nav .footer{
  padding-top: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 50;
  overflow-y: auto;
  bottom:3rem
}

@media (min-width: 375px){
  .mobile-nav .footer{
    bottom:4rem
  }
}

@media (min-width: 640px){
  .mobile-nav .footer{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
  }
}

@media (min-width: 768px){
  .mobile-nav .footer{
    display: none
  }
}

.button-group{
  display: flex;
  flex-direction: row
}

.button-group .btn{
  border-radius: 0;
  border-right-width: 0;
  margin-right: 0;
  margin-right:0
}

.button-group .btn:first-child{
  border-top-left-radius:.25rem;
  border-bottom-left-radius:.25rem
}

.button-group .btn:last-child{
  border-width: 1px;
  border-top-right-radius:.25rem;
  border-bottom-right-radius:.25rem
}

a.btn{
  border-radius: 0.25rem;
  font-weight: 700;
  padding: 1rem;
  text-align: center;
  font-size:14px;
  line-height:16px;
  min-width:10rem;
  display:inline-table;
  margin:10px 1rem 10px 0;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #CAD3DF;
  border-color: rgba(202, 211, 223, var(--border-opacity));
  --text-opacity: 1;
  color: #CAD3DF;
  color: rgba(202, 211, 223, var(--text-opacity));
  background-color: transparent
}

a.btn:hover{
  --bg-opacity: 1;
  background-color: #29333B;
  background-color: rgba(41, 51, 59, var(--bg-opacity))
}

a.btn.btn-active{
  --bg-opacity: 1;
  background-color: #CAD3DF;
  background-color: rgba(202, 211, 223, var(--bg-opacity));
  --text-opacity: 1;
  color: #29333B;
  color: rgba(41, 51, 59, var(--text-opacity));
  --border-opacity: 1;
  border-color: #CAD3DF;
  border-color: rgba(202, 211, 223, var(--border-opacity))
}

a.btn.btn-primary{
  border-width: 0;
  --bg-opacity: 1;
  background-color: #32C8B2;
  background-color: rgba(50, 200, 178, var(--bg-opacity));
  --text-opacity: 1;
  color: #29333B;
  color: rgba(41, 51, 59, var(--text-opacity))
}

a.btn.btn-primary:hover{
  background-color:#65fbe5
}

a.btn.btn-highlight{
  border-width: 0;
  --bg-opacity: 1;
  background-color: #FF8566;
  background-color: rgba(255, 133, 102, var(--bg-opacity));
  --text-opacity: 1;
  color: #29333B;
  color: rgba(41, 51, 59, var(--text-opacity))
}

a.btn.btn-secondary{
  border-width: 0;
  --bg-opacity: 1;
  background-color: #CAD3DF;
  background-color: rgba(202, 211, 223, var(--bg-opacity));
  --text-opacity: 1;
  color: #29333B;
  color: rgba(41, 51, 59, var(--text-opacity))
}

a.btn.btn-secondary:hover{
  --bg-opacity: 1;
  background-color: #ECF0F8;
  background-color: rgba(236, 240, 248, var(--bg-opacity))
}

a.btn.btn-sm{
  padding: 0.5rem;
  font-size:12px;
  min-width:7rem
}

a.btn.btn-sm.btn-pill{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem
}

a.btn.btn-lg{
  min-width:12rem;
  padding: 1.5rem
}

a.btn.btn-pill{
  border-radius: 9999px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  min-width:4rem
}

.form .row{
  margin-bottom: 1.5rem
}

.form .row label{
  display: block;
  margin-bottom: 0.25rem;
  --text-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--text-opacity))
}

.form .row label:after{
  font-size: 0.75rem;
  line-height: 1.8;
  --text-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--text-opacity))
}

.form .row.required label:after{
  content:" (required)"
}

.form .row:not(.required) label:after{
  content:" (optional)"
}

.form .input,.form .textarea{
  border-width: 1px;
  --border-opacity: 1;
  border-color: #edf2f7;
  border-color: rgba(237, 242, 247, var(--border-opacity));
  border-radius: 0.25rem;
  padding: 0.75rem;
  width: 100%;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1)
}

.form .input:focus,.form .textarea:focus{
  --border-opacity: 1;
  border-color: #eb5286;
  border-color: rgba(235, 82, 134, var(--border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px
}

.form .input{
  height: 3rem
}

.form .textarea{
  height: 6rem
}

.link-reference{
  font-size: 1rem;
  line-height: 1.6;
  --text-opacity: 1;
  color: #FF8566;
  color: rgba(255, 133, 102, var(--text-opacity))
}

.link-reference.sm{
  font-size:.75rem
}

.link-reference::after{
  content:url("/images/icons/arrow-right.svg");
  vertical-align:middle;
  margin-left:2rem;
  transition-property:margin-left;
  transition-duration:.3s
}

.link-reference:hover::after{
  margin-left:3rem
}

.markdown .link-reference{
  font-size: 1rem;
  line-height: 1.6
}

.link-next,.link-prev{
  display: flex;
  flex-direction: row;
  height: 3rem;
  max-width: 42rem;
  padding-right: 1rem;
  align-items: center;
  font-size: 1rem;
  line-height: 1.6;
  --text-opacity: 1;
  color: #FF8566;
  color: rgba(255, 133, 102, var(--text-opacity))
}

@media (min-width: 768px){
  .link-next,.link-prev{
    height: 4rem
  }
}

@media (min-width: 1024px){
  .link-next,.link-prev{
    max-width:20rem
  }
}

.link-next div:first-child{
  padding-right: 4rem;
  display: inline
}

.link-next div:last-child{
  flex-shrink: 0;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  --bg-opacity: 1;
  background-color: #FF8566;
  background-color: rgba(255, 133, 102, var(--bg-opacity));
  --text-opacity: 1;
  color: #ECF0F8;
  color: rgba(236, 240, 248, var(--text-opacity));
  font-size: 2.369rem;
  line-height: 1.3;
  line-height:1;
  transition-property:padding-left;
  transition-duration:.3s
}

.link-next.link-small div:last-child{
  width: 2rem;
  height: 2rem
}

.link-next:hover div:last-child{
  padding-left: 0.5rem
}

.link-prev div:last-child{
  padding-left: 4rem;
  display: inline
}

.link-prev img{
  transition:transform .3s ease-in
}

.link-prev.link-small div:first-child{
  width: 2rem;
  height: 2rem
}

.link-prev:hover img{
  transform:translateX(-4px)
}

.company-logo-link{
  --text-opacity: 1;
  color: #ECF0F8;
  color: rgba(236, 240, 248, var(--text-opacity));
  display: none;
  width: 2rem
}

@media (min-width: 1024px){
  .company-logo-link{
    display: block;
    margin-right: 6rem
  }
}

@media (min-width: 1280px){
  .company-logo-link{
    width: 4rem
  }
}

footer{
  max-width: 48rem
}

footer>hr{
  width: 6rem;
  margin-bottom: 4rem;
  --border-opacity: 1;
  border-color: #FF8566;
  border-color: rgba(255, 133, 102, var(--border-opacity))
}

footer a{
  --border-opacity: 1;
  border-color: #A0ADC0;
  border-color: rgba(160, 173, 192, var(--border-opacity))
}

header,main,footer{
  padding-left: 1rem;
  padding-right: 1rem
}

@media (min-width: 640px){
  header,main,footer{
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }
}

@media (min-width: 768px){
  header,main,footer{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-left: 3rem;
    margin-right: 3rem
  }
}

@media (min-width: 1280px){
  header,main,footer{
    margin-left: 8rem;
    margin-right: 8rem
  }
}

main{
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 2rem
}

@media (min-width: 768px){
  main{
    margin-top: 0
  }
}

.content .donation-options{
  display: flex;
  flex-direction: column;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem
}

@media (min-width: 640px){
  .content .donation-options{
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 48rem
  }

  .content .donation-options a{
    margin-right: 1rem
  }
}

@media (min-width: 1024px){
  .content .donation-options{
    margin-top: 4rem;
    margin-bottom: 4rem
  }
}

.markdown.content .examples ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 1rem;
  gap: 1rem
}

@media (min-width: 768px){
  .markdown.content .examples ul{
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }
}

.markdown.content .examples ul li+li{
  margin-top: 0
}

.markdown.content .examples img{
  width: 100%;
  margin-bottom: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #ECF0F8;
  border-color: rgba(236, 240, 248, var(--border-opacity));
  filter:grayscale(100%);
  height:10em;
  mix-blend-mode:overlay;
  transition:filter .25s ease-out
}

.markdown.content .examples img:hover{
  filter:grayscale(0%);
  mix-blend-mode:normal
}

.featured-pattern{
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 2rem
}

@media (min-width: 1280px){
  .featured-pattern{
    flex-direction: row;
    max-width: 64rem;
    margin-bottom: 8rem
  }
}

.featured-pattern div:first-child{
  flex: none
}

@media (min-width: 1024px){
  .featured-pattern div:first-child{
    margin-right: 3rem
  }
}

.featured-pattern div:first-child img{
  max-width:100%
}

.featured-pattern div:last-child{
  display: flex;
  flex-direction: column;
  max-width: 36rem;
  min-width:300px
}

.featured-pattern div:last-child h2{
  margin-top: 1rem;
  margin-bottom: 0.5rem
}

@media (min-width: 640px){
  .featured-pattern div:last-child h2{
    margin-top: 2rem
  }
}

.featured-pattern div:last-child h2 em{
  display: block;
  font-size: 1.777rem;
  line-height: 1.3
}

.featured-pattern div:last-child p+p{
  margin-top: 0.5rem
}

.offers{
  display: flex;
  flex-direction: column
}

@media (min-width: 768px){
  .offers{
    flex-direction: row;
    flex-wrap: wrap
  }
}

@media (min-width: 1024px){
  .offers{
    margin-left: 0;
    margin-right: 0;
    margin-top: 4rem
  }
}

.offers section{
  max-width: 24rem;
  margin-bottom: 4rem
}

@media (min-width: 768px){
  .offers section{
    margin-bottom: 8rem;
    margin-right: 4rem
  }
}

@media (min-width: 1024px){
  .offers section{
    margin-right: 8rem;
    max-width: 28rem
  }
}

@media (min-width: 1280px){
  .offers section{
    margin-right: 12rem
  }
}

.offers section ul{
  list-style-type: disc
}

#pattern-listing{
  max-width: 56rem
}

#pattern-listing .filterbar{
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem
}

@media (min-width: 640px){
  #pattern-listing .filterbar{
    flex-direction: row
  }
}

@media (min-width: 768px){
  #pattern-listing .filterbar{
    margin-bottom: 2rem
  }
}

#pattern-listing .filterbar input{
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border-bottom-width: 2px;
  --border-opacity: 1;
  border-color: #CAD3DF;
  border-color: rgba(202, 211, 223, var(--border-opacity));
  padding: 0.5rem
}

@media (min-width: 640px){
  #pattern-listing .filterbar input{
    margin-right: 1rem;
    margin-bottom: 0
  }
}

#pattern-listing .filterbar input:focus{
  --bg-opacity: 1;
  background-color: #29333B;
  background-color: rgba(41, 51, 59, var(--bg-opacity));
  outline:none
}

#pattern-listing .filterbar .button-group{
  align-items: center
}

#pattern-listing .filterbar .button-group .btn{
  margin-top: 0;
  margin-bottom: 0
}

#pattern-listing-entries a{
  border-style: none
}

.library-main ul.library-main-topics li{
  max-width: 72rem
}

.library-main ul.library-main-topics li+li{
  margin-top: 6rem
}

@media (min-width: 640px){
  .library-main ul.library-main-topics li+li{
    margin-top: 8rem
  }
}

.library-main ul.library-main-topics .library-main-topics-description{
  max-width: 42rem
}

@media (min-width: 1280px){
  .library-main ul.library-main-topics .library-main-topics-description{
    margin-top: 4rem;
    margin-bottom: 4rem
  }
}

.library-main ul.library-main-topics .library-main-topics-patterns{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 2rem;
  margin-bottom: 2rem
}

@media (min-width: 640px){
  .library-main ul.library-main-topics .library-main-topics-patterns{
    margin-top: 3rem;
    margin-bottom: 3rem
  }
}

@media (min-width: 1280px){
  .library-main ul.library-main-topics .library-main-topics-patterns{
    margin-top: 4rem;
    margin-bottom: 4rem
  }
}

.library-main ul.library-main-topics .library-main-topics-patterns div{
  flex: 1 1 0%
}

.library-main ul.library-main-topics .library-main-topics-patterns div+div{
  margin-left: 1rem
}

@media (min-width: 640px){
  .library-main ul.library-main-topics .library-main-topics-patterns div+div{
    margin-left: 3rem
  }
}

@media (min-width: 768px){
  .library-main ul.library-main-topics .library-main-topics-patterns div+div{
    margin-left: 2rem
  }
}

@media (min-width: 1280px){
  .library-main ul.library-main-topics .library-main-topics-patterns div+div{
    margin-left: 3rem
  }
}

.library-main ul.library-main-topics .library-main-topics-patterns div:nth-child(3){
  display: none
}

@media (min-width: 768px){
  .library-main ul.library-main-topics .library-main-topics-patterns div:nth-child(3){
    display: block
  }
}

.pattern-preview{
  max-width: 20rem
}

.pattern-preview img{
  margin-bottom: 1rem;
  width:322px;
  height:204px
}

@media (min-width: 1024px){
  .inner.pattern .pattern-content{
    width: 66.666667%
  }
}

@media (min-width: 1024px){
  .inner.pattern .pattern-sidebar{
    width: 33.333333%;
    padding-left: 4rem
  }
}

.inner.pattern .pattern-head{
  display: flex;
  flex-direction: column
}

@media (min-width: 1024px){
  .inner.pattern .pattern-head{
    flex-direction: row;
    margin-top: 4rem
  }
}

.inner.pattern .pattern-head .pattern-illustration img{
  width: 100%
}

.inner.pattern .pattern-head .pattern-meta{
  display: flex;
  flex-direction: column;
  margin-top: 1rem
}

@media (min-width: 1024px){
  .inner.pattern .pattern-head .pattern-meta{
    margin-top: 0
  }
}

.inner.pattern .pattern-head .pattern-meta>div{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem
}

.inner.pattern .pattern-head .pattern-meta>div em:first-child{
  --text-opacity: 1;
  color: #A0ADC0;
  color: rgba(160, 173, 192, var(--text-opacity))
}

.inner.pattern .pattern-head .pattern-related-patterns a{
  display: block;
  font-size: 0.75rem;
  line-height: 1.8
}

.inner.pattern .pattern-head .pattern-related-patterns li span{
  text-transform:capitalize
}

.inner.pattern .pattern-head .pattern-related-patterns li+li{
  margin-top: 0.75rem
}

.inner.pattern .pattern-main{
  display: flex;
  flex-direction: column-reverse
}

@media (min-width: 768px){
  .inner.pattern .pattern-main{
    flex-direction: row
  }
}

.inner.pattern .pattern-main .content.markdown p,.inner.pattern .pattern-main .content.markdown ul,.inner.pattern .pattern-main .content.markdown ol{
  max-width: 100%
}

.inner.pattern .pattern-main .pattern-sidebar .pattern-tags{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem
}

@media (min-width: 768px){
  .inner.pattern .pattern-main .pattern-sidebar .pattern-tags{
    margin-top: 3rem;
    margin-bottom: 3rem
  }
}

.inner.pattern .pattern-main .pattern-sidebar .pattern-tags em:first-child{
  --text-opacity: 1;
  color: #A0ADC0;
  color: rgba(160, 173, 192, var(--text-opacity));
  margin-bottom: 0.25rem
}

.inner.pattern .pattern-main h3{
  margin-top:5.5rem
}

#report .content.markdown p,#report .content.markdown ul,#report .content.markdown ol{
  max-width: 36rem
}

#report .content.markdown .take-aways{
  margin-bottom: 4rem
}

@media (min-width: 768px){
  #report .content.markdown .take-aways{
    margin-bottom: 6rem
  }
}

#report .content.markdown .take-aways p{
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 2rem;
  margin-bottom: 2rem
}

@media (min-width: 768px){
  #report .content.markdown .take-aways p{
    font-size: 1.777rem;
    line-height: 1.3;
    margin-top: 4rem;
    margin-bottom: 4rem
  }
}

#report .content.markdown .take-aways ul,#report .content.markdown .take-aways ol{
  padding-left: 0;
  list-style-type: none
}

@media (min-width: 768px){
  #report .content.markdown .take-aways ul,#report .content.markdown .take-aways ol{
    padding-left: 2rem;
    list-style-type: none
  }

  #report .content.markdown .take-aways ul li,#report .content.markdown .take-aways ol li{
    margin-bottom: 2rem
  }
}

#report .content.markdown .markdown-toc ul,#report .content.markdown .markdown-toc ol{
  margin-top: 1rem;
  margin-bottom: 1rem
}

#report .content.markdown .markdown-toc ul li,#report .content.markdown .markdown-toc ol li{
  margin-top: 1rem
}

#report .content.markdown .aside{
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
  border-style: dotted;
  border-width: 2px;
  --border-opacity: 1;
  border-color: #32C8B2;
  border-color: rgba(50, 200, 178, var(--border-opacity))
}

@media (min-width: 768px){
  #report .content.markdown .aside{
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 3rem;
    padding-right: 3rem
  }

  #report .content.markdown .aside p{
    margin-bottom: 4rem
  }
}

#report .content.markdown .aside ul{
  margin-bottom: 0;
  padding-left: 0
}

@media (min-width: 768px){
  #report .content.markdown .aside ul{
    padding-left: 2rem
  }
}

#report .content.markdown .aside ul li{
  list-style-type: none;
  font-weight: 700;
  margin-bottom: 2rem
}

#report .content.markdown .aside ul li:last-child{
  margin-bottom: 0
}

#report .content.markdown .aside ul li ul{
  list-style-position: outside;
  padding-left: 1.5rem
}

@media (min-width: 768px){
  #report .content.markdown .aside ul li ul{
    padding-left: 0
  }
}

#report .content.markdown .aside ul li ul li{
  list-style-type: disc;
  font-weight: 400;
  padding-left: 0.5rem;
  margin-top: 0;
  margin-bottom: 0
}

.timeline{
  position:relative
}

.timeline__item{
  display: flex;
  flex-wrap: wrap
}

.timeline__item.progress{
  height:200%;
  width:30px;
  content:""
}

.timeline__item.progress svg path,.timeline__item.progress svg rect{
  fill:#FF8566
}

.timeline__item.done{
  height:30px;
  width:30px
}

.timeline__item.idle{
  height:200%;
  width:30px;
  content:""
}

.timeline__item__description{
  --text-opacity: 1;
  color: #FF8566;
  color: rgba(255, 133, 102, var(--text-opacity));
  font-size: 1rem;
  line-height: 1.6;
  flex: 1 1 0%;
  margin-left:9px
}

.timeline__item__description.done{
  --text-opacity: 1;
  color: #32C8B2;
  color: rgba(50, 200, 178, var(--text-opacity))
}

.timeline__item__description.idle{
  --text-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--text-opacity))
}

.timeline__item__date{
  margin-bottom: 1.5rem;
  font-size: 0.75rem;
  line-height: 1.8;
  flex-basis:100%;
  color:text-gray-600;
  margin-left:39px
}

.hero-section{
  margin-top:0px;
  padding-top:68px;
  padding-right:24px;
  background-image:url(/projects/web-monetization/gftw-hero.png);
  background-color:transparent;
  background-position:100% 50%,0px 0px;
  background-size:auto 460px,auto;
  background-repeat:no-repeat,repeat;
  background-attachment:scroll,scroll
}

.hero-section-header{
  max-width:531px;
  padding-top:96px;
  padding-bottom:96px
}

@media screen and (max-width: 767px){
  .hero-section{
    padding-top:32px
  }
}

@media screen and (max-width: 991px){
  .hero-section{
    padding-right:0px
  }

  .hero-section-header{
    max-width:inherit;
    background-color:rgba(26,32,44,.7)
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.bg-white {
  --bg-opacity: 1;
  background-color: #ECF0F8;
  background-color: rgba(236, 240, 248, var(--bg-opacity));
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

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

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

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.flex-1 {
  flex: 1 1 0%;
}

.font-medium {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

.text-caption {
  font-size: 0.75rem;
  line-height: 1.8;
}

.text-base {
  font-size: 1rem;
  line-height: 1.6;
}

.text-xl {
  font-size: 2.369rem;
  line-height: 1.3;
}

.leading-tight {
  line-height: 1.25;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.mt-0 {
  margin-top: 0;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-32 {
  margin-top: 8rem;
}

.ml-auto {
  margin-left: auto;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.opacity-0 {
  opacity: 0;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.relative {
  position: relative;
}

.text-highlight {
  --text-opacity: 1;
  color: #FF8566;
  color: rgba(255, 133, 102, var(--text-opacity));
}

.text-body {
  --text-opacity: 1;
  color: #EFF1F5;
  color: rgba(239, 241, 245, var(--text-opacity));
}

.text-medium {
  --text-opacity: 1;
  color: #A0ADC0;
  color: rgba(160, 173, 192, var(--text-opacity));
}

.text-white {
  --text-opacity: 1;
  color: #ECF0F8;
  color: rgba(236, 240, 248, var(--text-opacity));
}

.text-gray-500 {
  --text-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--text-opacity));
}

.hover\:text-highlight:hover {
  --text-opacity: 1;
  color: #FF8566;
  color: rgba(255, 133, 102, var(--text-opacity));
}

.hover\:text-medium:hover {
  --text-opacity: 1;
  color: #A0ADC0;
  color: rgba(160, 173, 192, var(--text-opacity));
}

.hover\:text-pink-500:hover {
  --text-opacity: 1;
  color: #eb5286;
  color: rgba(235, 82, 134, var(--text-opacity));
}

.active\:text-highlight:active {
  --text-opacity: 1;
  color: #FF8566;
  color: rgba(255, 133, 102, var(--text-opacity));
}

.capitalize {
  text-transform: capitalize;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.align-middle {
  vertical-align: middle;
}

.w-6 {
  width: 1.5rem;
}

.w-full {
  width: 100%;
}

.gap-12 {
  grid-gap: 3rem;
  gap: 3rem;
}

.gap-24 {
  grid-gap: 6rem;
  gap: 6rem;
}

.gap-x-8 {
  grid-column-gap: 2rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-x-20 {
  grid-column-gap: 5rem;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.gap-y-8 {
  grid-row-gap: 2rem;
  row-gap: 2rem;
}

.gap-y-20 {
  grid-row-gap: 5rem;
  row-gap: 5rem;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.transition-all {
  transition-property: all;
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.duration-200 {
  transition-duration: 200ms;
}

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@media (min-width: 375px) {
  .xs\:container {
    width: 100%;
  }

  @media (min-width: 375px) {
    .xs\:container {
      max-width: 375px;
    }
  }

  @media (min-width: 640px) {
    .xs\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .xs\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .xs\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .xs\:container {
      max-width: 1280px;
    }
  }

  .xs\:text-lg {
    font-size: 1.777rem;
    line-height: 1.3;
  }

  .xs\:mt-6 {
    margin-top: 1.5rem;
  }

  .xs\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 640px) {
  .sm\:container {
    width: 100%;
  }

  @media (min-width: 375px) {
    .sm\:container {
      max-width: 375px;
    }
  }

  @media (min-width: 640px) {
    .sm\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .sm\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .sm\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .sm\:container {
      max-width: 1280px;
    }
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.6;
  }

  .sm\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:mb-12 {
    margin-bottom: 3rem;
  }

  .sm\:mt-20 {
    margin-top: 5rem;
  }

  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
  }

  @media (min-width: 375px) {
    .md\:container {
      max-width: 375px;
    }
  }

  @media (min-width: 640px) {
    .md\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .md\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .md\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .md\:container {
      max-width: 1280px;
    }
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:mb-32 {
    margin-bottom: 8rem;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:pt-0 {
    padding-top: 0;
  }

  .md\:pb-0 {
    padding-bottom: 0;
  }

  .md\:pb-48 {
    padding-bottom: 12rem;
  }

  .md\:gap-y-12 {
    grid-row-gap: 3rem;
    row-gap: 3rem;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
  }

  @media (min-width: 375px) {
    .lg\:container {
      max-width: 375px;
    }
  }

  @media (min-width: 640px) {
    .lg\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .lg\:container {
      max-width: 1280px;
    }
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:text-xl {
    font-size: 2.369rem;
    line-height: 1.3;
  }

  .lg\:text-2xl {
    font-size: 3.157rem;
    line-height: 1.3;
  }

  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:mt-0 {
    margin-top: 0;
  }

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:gap-y-16 {
    grid-row-gap: 4rem;
    row-gap: 4rem;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .xl\:container {
    width: 100%;
  }

  @media (min-width: 375px) {
    .xl\:container {
      max-width: 375px;
    }
  }

  @media (min-width: 640px) {
    .xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .xl\:container {
      max-width: 1280px;
    }
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:flex-col {
    flex-direction: column;
  }

  .xl\:text-3xl {
    font-size: 4.209rem;
    line-height: 1.3;
  }

  .xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:mb-0 {
    margin-bottom: 0;
  }

  .xl\:mt-12 {
    margin-top: 3rem;
  }

  .xl\:mb-12 {
    margin-bottom: 3rem;
  }

  .xl\:mt-24 {
    margin-top: 6rem;
  }

  .xl\:mr-24 {
    margin-right: 6rem;
  }

  .xl\:mb-24 {
    margin-bottom: 6rem;
  }

  .xl\:mb-32 {
    margin-bottom: 8rem;
  }

  .xl\:pt-20 {
    padding-top: 5rem;
  }

  .xl\:pt-24 {
    padding-top: 6rem;
  }

  .xl\:pt-32 {
    padding-top: 8rem;
  }

  .xl\:gap-x-16 {
    grid-column-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .xl\:gap-y-24 {
    grid-row-gap: 6rem;
    row-gap: 6rem;
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

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