@charset "UTF-8";
.ellipsis, .list-post .post-content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (min-width: 576px) {
  .ellipsis, .list-post .post-content p {
    -webkit-line-clamp: 2;
  }
}

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

html,
body {
  font-family: "Source Serif Pro", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #18181b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.05em;
  line-height: 1.25;
  font-weight: 700;
  color: #27272a;
  margin: 1.5em 0 0.375em;
}

h1 {
  font-weight: 800;
  font-size: 2em;
}

h2 {
  font-weight: 700;
  font-size: 1.5em;
}

h3 {
  font-weight: 700;
  font-size: 1.25em;
}

h4,
h5,
h6 {
  font-family: "Source Serif Pro", Georgia, Cambria, "Times New Roman", Times, serif;
}

h4 {
  font-weight: 700;
  font-size: 1em;
}

h5 {
  font-weight: 700;
  font-size: 0.813em;
}

h6 {
  font-weight: 800;
  font-size: 0.688em;
}

p {
  margin: 1em 0;
}

a {
  text-decoration: underline;
  color: inherit;
}
a:visited, a:hover {
  color: #18181b;
}

blockquote {
  border-left: 3px solid #3f3f46;
  font-style: italic;
  padding: 0.25rem 0 0.25rem 1.5rem;
  margin: 1rem 0;
}
blockquote p {
  margin: 1rem 0 0;
}
blockquote p:first-child {
  margin-top: 0;
}

ol,
ul {
  line-height: 1.75em;
  padding-left: 1.75em;
  margin: 0.5em 0;
}
ol input[type=checkbox],
ul input[type=checkbox] {
  height: 1.25rem;
  width: 1.25rem;
  vertical-align: middle;
  margin: -0.25rem 0.25rem 0;
}

hr {
  border: 0;
  border-top: 1px solid #f4f4f5;
  margin: 2rem 0;
}

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

table {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-collapse: collapse;
  margin: 1.5rem 0;
}
table th,
table td {
  border: 1px solid #d4d4d8;
  padding: 0.75rem 1.25rem;
}
table th.left,
table td.left {
  text-align: left;
}
table th.center,
table td.center {
  text-align: center;
}
table th.right,
table td.right {
  text-align: right;
}

code {
  background-color: #f4f4f5;
  color: #18181b;
  padding: 0.25rem 0.375rem;
  border-radius: 3px;
}

figure.highlight {
  margin: 1rem 0;
  background-color: #f4f4f5;
  color: #18181b;
  border-radius: 3px;
  margin: 1.5rem 0;
  padding: 0.5rem;
  overflow: auto;
}
figure.highlight table th,
figure.highlight table td {
  padding: 0.5rem;
  border: 0;
}
figure.highlight table th.gutter,
figure.highlight table td.gutter {
  padding: 0.5rem 1rem;
}
figure.highlight table pre {
  margin: 0;
}

/* CUSTOM CLASSES */
s .glowCookies__left {
  left: 0;
}

.glowCookies__right {
  right: 0;
}

.glowCookies__show {
  opacity: 1 !important;
  visibility: visible !important;
  transform: scale(1) !important;
}

/* COMMON STYLES */
/* ========================= */
.glowCookies__banner {
  opacity: 0;
  bottom: 0;
  padding: 1.25rem;
  margin: 1rem;
  visibility: hidden;
  transform: scale(0.9);
  font-family: inherit;
  position: fixed;
  width: auto;
  max-width: 375px;
  z-index: 999;
  border: 1px solid #e4e4e7;
  border-radius: 6px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.2);
  -moz-box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.2);
  box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.2);
  transition: transform 0.2s ease, opacity 0.2s ease !important;
}

.glowCookies__banner > h3 {
  margin-top: 0;
  font-size: 1.5rem;
}

.glowCookies__banner > p {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #52525b;
  margin: 0;
}

.glowCookies__banner .read__more {
  font-weight: 700;
}

.glowCookies__banner .btn__section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 1.25rem;
}

.glowCookies__banner .btn__section .btn {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: none;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  cursor: pointer;
  font-weight: 700;
  transition: filter 0.15s;
  user-select: none;
  flex: 0 1 50%;
  border-radius: 3px;
}

.glowCookies__banner .btn__settings {
  margin-bottom: 1rem;
}

.glowCookies__banner .btn__accept {
  background-color: #3f3f46;
  color: #ffffff;
}

.glowCookies__banner .btn__section .btn:focus {
  outline: none;
  transform: scale(0.95);
  -webkit-filter: contrast(75%);
  filter: contrast(75%);
}

.glowCookies__banner .btn__section .btn:hover {
  -webkit-filter: contrast(85%);
  filter: contrast(85%);
}

@media (min-width: 576px) {
  .glowCookies__banner .btn__section {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1rem;
  }
  .glowCookies__banner .btn__settings {
    margin-bottom: 0;
  }
}
/* Prebanner styles */
/* =========================== */
.prebanner {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: fixed;
  bottom: 0;
  z-index: 999;
  margin: 1rem;
  min-height: 50px;
  min-width: 125px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bolder;
  line-height: normal;
  border: none;
  padding: 0.75rem 1.25rem;
  text-decoration: none;
  user-select: none;
  -webkit-box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.1);
  -moz-box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.1);
  box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.1);
}

.prebanner__border__1 {
  border-radius: 6px;
}

.animation {
  transition: 0.2s;
}

.animation:hover {
  transform: scale(0.97);
}

.prebanner:hover {
  text-decoration: none;
}

html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

.main {
  flex: 1 0 auto;
}

.footer {
  flex-shrink: 0;
}

.container-spacing {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 576px) {
  .container-spacing {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.container {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin: 0 auto;
  max-width: 42rem;
}
@media (min-width: 576px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.nav {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.nav ul li {
  display: inline-block;
}
.nav ul li a {
  color: #71717a;
  font-size: 1rem;
  text-decoration: none;
  padding: 0.5rem;
}
.nav ul li a:hover {
  color: #52525b;
  text-decoration: underline;
}

.header {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f4f4f5;
  padding-top: 1.25rem;
  padding-bottom: 0.75rem;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 576px) {
  .header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 576px) {
  .header {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .header {
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    padding-bottom: 1.5rem;
  }
}
.header .logo {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem;
}
.header .logo img {
  height: 2.25rem;
  display: block;
}
@media (min-width: 768px) {
  .header .logo {
    margin-bottom: 0;
  }
  .header .logo img {
    height: 1.75rem;
  }
}
.header .nav {
  margin-left: -0.5rem;
}
.header .nav ul {
  line-height: 2rem;
}
@media (min-width: 768px) {
  .header .nav {
    margin-left: auto;
    margin-right: -0.5rem;
  }
}

.post .post-header a {
  text-decoration: none;
}
.post .post-header h1 {
  margin: 2.5rem 0 0.75rem;
}
.post .post-content h1,
.post .post-content h2,
.post .post-content h3,
.post .post-content h4,
.post .post-content h5,
.post .post-content h6 {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
.post .post-content h1 .headerlink,
.post .post-content h2 .headerlink,
.post .post-content h3 .headerlink,
.post .post-content h4 .headerlink,
.post .post-content h5 .headerlink,
.post .post-content h6 .headerlink {
  width: 0.75em;
  height: 0.75em;
  background-image: url("../images/link.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0 0.75rem;
  opacity: 0;
}
.post .post-content h1:hover .headerlink,
.post .post-content h2:hover .headerlink,
.post .post-content h3:hover .headerlink,
.post .post-content h4:hover .headerlink,
.post .post-content h5:hover .headerlink,
.post .post-content h6:hover .headerlink {
  opacity: 1;
}
.post .post-content h1 + p,
.post .post-content h2 + p,
.post .post-content h3 + p,
.post .post-content h4 + p,
.post .post-content h5 + p,
.post .post-content h6 + p {
  margin-top: 0;
}
.post .post-content p,
.post .post-content ol,
.post .post-content ul {
  font-family: "Source Serif Pro", Georgia, Cambria, "Times New Roman", Times, serif;
  color: #27272a;
  font-size: 1.125rem;
}
@media (min-width: 576px) {
  .post .post-content p,
  .post .post-content ol,
  .post .post-content ul {
    font-size: 1.25rem;
  }
}
.post .post-content p {
  line-height: 1.6;
}
.post .post-content ol,
.post .post-content ul {
  line-height: 1.75;
}

.archive {
  padding: 0 0 2rem;
}
.archive .post:first-child,
.archive .year-timestamp:first-child,
.archive .archive-headline {
  margin-top: 3rem;
}
.archive .archive-headline {
  margin-bottom: 1.5rem;
}
.archive .year-timestamp {
  margin-bottom: 1rem;
}

.archive-index .list-post,
.tag-index .list-post {
  margin-left: 1.5rem;
}

.list-post {
  margin-bottom: 2rem;
}
.list-post a {
  text-decoration: none;
}
.list-post .post-header h2,
.list-post .post-header h3 {
  margin: 0;
}
.list-post .post-header h2 {
  font-size: 1.5rem;
  line-height: 1.75rem;
}
.list-post .post-header h3 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.list-post .post-header a {
  color: #27272a;
  text-decoration: none;
}
.list-post .post-header a:hover {
  color: #18181b;
}
.list-post .post-content {
  padding: 0.25rem 0 0.25rem;
}
.list-post .post-content p {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #71717a;
  margin: 0;
}
.list-post.list-post-small h3 {
  margin-bottom: 0.5rem;
}
.list-post.list-post-large {
  margin-bottom: 4rem;
}

.single-post .post-header {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #f4f4f5;
}
@media (min-width: 576px) {
  .single-post .post-header {
    padding-bottom: 2rem;
  }
}
.single-post .post-header h1 {
  font-size: 1.75rem;
  margin: 1em 0 0.25em;
}
@media (min-width: 576px) {
  .single-post .post-header h1 {
    font-size: 2.125rem;
  }
}
@media (min-width: 768px) {
  .single-post .post-header h1 {
    font-size: 2.5rem;
  }
}
.single-post .post-content {
  padding: 0.5rem 0;
  margin-bottom: 2rem;
}
.single-post .post-footer {
  padding: 1.25rem 0;
  border-top: 1px solid #f4f4f5;
}

.post-meta-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.post-meta {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.75rem;
  color: #71717a;
}
.post-meta > span:not(:last-child):after {
  content: "·";
  margin: 0 0.25rem;
}

.post-share .post-share-button {
  border: none;
  background: transparent;
  color: #a1a1aa;
  display: flex;
  cursor: pointer;
}
.post-share .post-share-button svg {
  width: 1.25rem;
  height: 1.25rem;
}
.post-share .post-share-button:hover {
  color: #52525b;
}

.tag-button-link {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #f4f4f5;
  color: #3f3f46;
  font-size: 14px;
  line-height: 14px;
  padding: 0.25rem 0.75rem;
  border-radius: 3px;
  white-space: nowrap;
  text-decoration: none;
  margin-right: 1rem;
  text-decoration: none;
}
.tag-button-link:hover {
  background-color: #e4e4e7;
}

.post-tags {
  line-height: 2.5rem;
}

.related {
  padding-bottom: 2.5rem;
}
.related .related-header {
  padding-top: 2.5rem;
  border-top: 1px solid #f4f4f5;
}
.related .related-content {
  display: grid;
  grid-template-columns: auto;
  column-gap: 2rem;
}
@media (min-width: 576px) {
  .related .related-content {
    grid-template-columns: auto auto;
  }
}

.related-header h2 {
  margin: 0 0 1.5rem;
}

.pagination {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  display: flex;
  padding-top: 1rem;
}
.pagination a {
  text-decoration: none;
  color: #3f3f46;
}
.pagination .page-number,
.pagination .extend {
  width: 1.875rem;
  height: 1.75rem;
  line-height: 1.75rem;
  display: inline-block;
  border: 1px solid #f4f4f5;
  text-align: center;
  border-radius: 3px;
  margin-right: 0.75rem;
}
.pagination .page-number.current,
.pagination .extend.current {
  background-color: #3f3f46;
  border: 1px solid #3f3f46;
  color: #f4f4f5;
}
.pagination .extend {
  width: auto;
  padding: 0 0.75rem;
  position: relative;
  display: flex;
  align-items: center;
}
.pagination .extend:after {
  content: "";
  display: block;
  background-image: url("../images/arrow-left.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 0.75rem;
  height: 1rem;
  background-size: contain;
}
.pagination .prev {
  flex-direction: row-reverse;
}
.pagination .prev:after {
  margin-right: 0.75rem;
}
.pagination .next:after {
  background-image: url("../images/arrow-right.svg");
  margin-left: 0.75rem;
}

.comments-content {
  padding: 1rem 0 3rem;
  border-top: 1px solid #f4f4f5;
}

.footer {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  color: #71717a;
  border-top: 1px solid #f4f4f5;
  font-size: 0.875rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 576px) {
  .footer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  .footer {
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
  }
}
.footer .nav {
  margin-bottom: 1.25rem;
  margin-left: -0.5rem;
}
.footer .nav a {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .footer .nav {
    margin-bottom: 0;
  }
}