/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
}
@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;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.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;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.left-0 {
  left: 0px;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-4 {
  top: 1rem;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.-mt-32 {
  margin-top: -8rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-6 {
  height: 1.5rem;
}
.h-full {
  height: 100%;
}
.w-6 {
  width: 1.5rem;
}
.w-full {
  width: 100%;
}
.w-min {
  width: -moz-min-content;
  width: min-content;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-none {
  flex: none;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.grid-flow-row {
  grid-auto-flow: row;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-primary-300 {
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-border-opacity));
}
.bg-primary-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity));
}
.bg-slate-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}
.p-0 {
  padding: 0px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-56 {
  padding-bottom: 14rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-header {
  font-family: var(--gh-font-heading), Raleway, Open Sans, -apple-system, sans-serif, Helvetica Neue;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-primary-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 249 / var(--tw-text-opacity));
}
.text-primary-500 {
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity));
}
.text-primary-900 {
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity));
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
body {
  --tw-bg-opacity: 1;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity));
  font-family: var(--gh-font-body), Open Sans, -apple-system, sans-serif, Helvetica Neue;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity));
}
body.home-templatem, body.author-template {
  --tw-bg-opacity: 1;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity));
}

h1, h2, h3, h4, h5 {
  font-family: var(--gh-font-heading), Raleway, Open Sans, -apple-system, sans-serif, Helvetica Neue;
  font-weight: 700;
  text-transform: uppercase;
}

/*SVG ICON SYSTEM*/
.icon-inline {
  display: inline-flex;
  align-self: center;
}

.icon-inline svg, .icon-inline img {
  height: 1rem;
  width: 1rem;
  fill: currentColor;
}

.icon-inline.baseline svg, .icon-inline img {
  position: relative;
  top: 0.25rem;
}

.btn {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(250 250 249 / var(--tw-text-opacity));
}
.btn:hover {
  --tw-brightness: brightness(.75);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.btn-primary {
  --tw-text-opacity: 1;
  color: rgb(250 250 249 / var(--tw-text-opacity));
  background-color: var(--ghost-accent-color) !important;
  border-color: var(--ghost-accent-color) !important;
}

.btn-light {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}

.badge {
  border-radius: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: var(--gh-font-heading), Raleway, Open Sans, -apple-system, sans-serif, Helvetica Neue;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(250 250 249 / var(--tw-text-opacity));
  background-color: var(--ghost-accent-color);
}

.border-accent {
  border-color: var(--ghost-accent-color) !important;
}

.icon svg {
  fill: var(--ghost-accent-color);
  color: var(--ghost-accent-color);
}
.icon svg:hover {
  --tw-brightness: brightness(.75);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
body > #navigation #header #navbarIcons {
  font-family: var(--gh-font-heading), Raleway, Open Sans, -apple-system, sans-serif, Helvetica Neue;
}
body > #navigation #header #navbarIcons .icon {
  height: 1.5rem;
  width: 1.5rem;
}
body > #navigation #header #navbarIcons .icon svg {
  fill: var(--ghost-accent-color);
}
body > #navigation #header #navbarIcons .icon svg:hover {
  --tw-brightness: brightness(.75);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
body > #navigation #header #navbarIcons .btn {
  background-color: transparent;
  padding: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity));
}
body > #navigation #header #navbarIcons .btn:hover {
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity));
}
body > #main #hero {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(250 250 249 / var(--tw-text-opacity));
}
body > #main #hero .hero-image {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
body > #main #hero .hero-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body > #footer {
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
  padding-bottom: 6rem;
  font-family: var(--gh-font-heading), Raleway, Open Sans, -apple-system, sans-serif, Helvetica Neue;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(250 250 249 / var(--tw-text-opacity));
}
body > #footer a {
  --tw-text-opacity: 1;
  color: rgb(250 250 249 / var(--tw-text-opacity));
}
body > #footer .copyright, body > #footer .powered {
  display: inline-block;
}
body > #footer .copyright a, body > #footer .powered a {
  font-weight: 700;
}
body > #footer .copyright {
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-border-opacity));
}
#feed .card,
#featured .card,
#more .card {
  overflow: auto;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity));
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
#feed .card .card-image-top,
#featured .card .card-image-top,
#more .card .card-image-top {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 20vh;
}
#feed .card .card-text,
#featured .card .card-text,
#more .card .card-text {
  font-size: 1rem;
  line-height: 1.5rem;
}
#feed .card .badge-primary,
#featured .card .badge-primary,
#more .card .badge-primary {
  background-color: var(--ghost-accent-color);
}
#feed .card .badge-primary:hover,
#featured .card .badge-primary:hover,
#more .card .badge-primary:hover {
  --tw-brightness: brightness(.75);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
#feed .card .card-author,
#featured .card .card-author,
#more .card .card-author {
  position: relative;
  height: 1.5rem;
  width: 1.5rem;
  overflow: hidden;
}
#feed .card .card-author div,
#featured .card .card-author div,
#more .card .card-author div {
  height: 100%;
  width: 100%;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity));
  background-size: cover;
  background-repeat: no-repeat;
}
#feed .card .card-author:hover,
#featured .card .card-author:hover,
#more .card .card-author:hover {
  z-index: 20;
}
#feed .card .card-author:first-child,
#featured .card .card-author:first-child,
#more .card .card-author:first-child {
  z-index: 10;
}
#feed .card .card-author:nth-child(2),
#featured .card .card-author:nth-child(2),
#more .card .card-author:nth-child(2) {
  z-index: 9;
}
#feed .card .card-author:nth-child(3),
#featured .card .card-author:nth-child(3),
#more .card .card-author:nth-child(3) {
  z-index: 8;
}
#feed .card .card-author:nth-child(4),
#featured .card .card-author:nth-child(4),
#more .card .card-author:nth-child(4) {
  z-index: 7;
}
#feed .card .card-author:nth-child(5),
#featured .card .card-author:nth-child(5),
#more .card .card-author:nth-child(5) {
  z-index: 6;
}
#feed .card .card-footer,
#featured .card .card-footer,
#more .card .card-footer {
  font-family: var(--gh-font-heading), Raleway, Open Sans, -apple-system, sans-serif, Helvetica Neue;
}
#feed .card .card-footer span,
#featured .card .card-footer span,
#more .card .card-footer span {
  border-width: 1px;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-border-opacity));
}
#feed .card .card-footer .card-text,
#featured .card .card-footer .card-text,
#more .card .card-footer .card-text {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 768px) {

  #feed .card .card-footer .card-text,
#featured .card .card-footer .card-text,
#more .card .card-footer .card-text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
#feed .card.no-image .card-image-container,
#featured .card.no-image .card-image-container,
#more .card.no-image .card-image-container {
  min-height: 20vh;
  background-image: url(/assets/images/bg-photo.png);
  background-size: cover;
  background-position: center;
}
#feed .card .card-body,
#featured .card .card-body,
#more .card .card-body {
  padding-top: 1rem;
  padding-bottom: 3rem;
  line-height: 1.5rem;
}
#feed .card .card-body .card-excerpt,
#featured .card .card-body .card-excerpt,
#more .card .card-body .card-excerpt {
  display: -webkit-box;
  overflow-y: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
#feed .card .card-footer,
#featured .card .card-footer,
#more .card .card-footer {
  position: absolute;
  bottom: 1rem;
  left: 0px;
  width: 100%;
}

#featured .card {
  z-index: 20;
  margin-bottom: 2.5rem;
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(250 250 249 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity));
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
#featured .card .tag-featured {
  left: 1rem;
  right: auto;
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity));
}
#featured .card .tag-featured svg {
  height: 1rem;
  width: 1rem;
}
#featured .card .tag-featured:hover {
  --tw-brightness: brightness(.75);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
#featured .card .card-image-link {
  position: relative;
  height: 100%;
}
#featured .card .card-image-top {
  height: 100%;
  width: 100%;
  border-radius: 0.25rem;
}
@media (min-width: 768px) {

  #featured .card .card-image-top {
    position: absolute;
  }
}
#featured .card .card-body {
  padding: 1rem;
  padding-bottom: 4rem;
}
#featured .card .card-body .card-excerpt {
  -webkit-line-clamp: 6;
}
#featured .card .card-footer {
  border-width: 0px;
  background-image: none;
}
#featured .card .card-footer .card-author {
  height: 2.5rem;
  width: 2.5rem;
}
#featured .card .card-footer .card-author div {
  border-width: 2px;
}

#pagination {
  text-align: center;
}
.article.no-image .article-header,
#tagged.no-image .article-header {
  z-index: 0;
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity));
}
.article.no-image .article-header .article-header-content,
#tagged.no-image .article-header .article-header-content {
  padding-top: 1rem;
}
.article.no-image .article-header .article-header-content a,
#tagged.no-image .article-header .article-header-content a {
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity));
}
.article .article-header,
#tagged .article-header {
  position: relative;
  z-index: 0;
  margin: 0px;
  --tw-text-opacity: 1;
  color: rgb(250 250 249 / var(--tw-text-opacity));
}
.article .article-header .article-image,
#tagged .article-header .article-image {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.article .article-header .article-image img,
#tagged .article-header .article-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  --tw-brightness: brightness(.5);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
@media (min-width: 768px) {

  .article .article-header .article-header-content,
#tagged .article-header .article-header-content {
    padding-top: 20rem;
  }
}
.article .article-header .article-header-content a,
#tagged .article-header .article-header-content a {
  --tw-text-opacity: 1;
  color: rgb(250 250 249 / var(--tw-text-opacity));
}
.article .article-header .article-header-content h1,
#tagged .article-header .article-header-content h1 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.375;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {

  .article .article-header .article-header-content h1,
#tagged .article-header .article-header-content h1 {
    font-size: 3.75rem;
    line-height: 1;
  }
}
.article .article-header .article-header-content h1, .article .article-header .article-header-content p, .article .article-header .article-header-content ul, .article .article-header .article-header-content ol, .article .article-header .article-header-content .article-tag, .article .article-header .article-header-content .article-byline,
#tagged .article-header .article-header-content h1,
#tagged .article-header .article-header-content p,
#tagged .article-header .article-header-content ul,
#tagged .article-header .article-header-content ol,
#tagged .article-header .article-header-content .article-tag,
#tagged .article-header .article-header-content .article-byline {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {

  .article .article-header .article-header-content h1, .article .article-header .article-header-content p, .article .article-header .article-header-content ul, .article .article-header .article-header-content ol, .article .article-header .article-header-content .article-tag, .article .article-header .article-header-content .article-byline,
#tagged .article-header .article-header-content h1,
#tagged .article-header .article-header-content p,
#tagged .article-header .article-header-content ul,
#tagged .article-header .article-header-content ol,
#tagged .article-header .article-header-content .article-tag,
#tagged .article-header .article-header-content .article-byline {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.article .article-header .article-header-content .badge-primary,
#tagged .article-header .article-header-content .badge-primary {
  background-color: var(--ghost-accent-color);
}
.article .article-header .article-header-content a.badge-primary,
#tagged .article-header .article-header-content a.badge-primary {
  background-color: var(--ghost-accent-color);
}
.article .article-header .article-header-content a.badge-primary:hover,
#tagged .article-header .article-header-content a.badge-primary:hover {
  --tw-brightness: brightness(.75);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.article .article-header .article-header-content p,
#tagged .article-header .article-header-content p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.article .article-header .article-header-content .article-byline,
#tagged .article-header .article-header-content .article-byline {
  font-family: var(--gh-font-heading), Raleway, Open Sans, -apple-system, sans-serif, Helvetica Neue;
}
.article .article-header .article-header-content .article-byline .author-list,
#tagged .article-header .article-header-content .article-byline .author-list {
  margin-left: 0px;
  list-style-type: none;
}
.article .article-header .article-header-content .article-byline .author-avatar,
#tagged .article-header .article-header-content .article-byline .author-avatar {
  position: relative;
  overflow: hidden;
}
.article .article-header .article-header-content .article-byline .author-avatar .author-profile-image,
#tagged .article-header .article-header-content .article-byline .author-avatar .author-profile-image {
  width: 2rem;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(168 162 158 / var(--tw-border-opacity));
  background-color: transparent;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {

  .article .article-header .article-header-content .article-byline .author-avatar .author-profile-image,
#tagged .article-header .article-header-content .article-byline .author-avatar .author-profile-image {
    width: 4rem;
  }
}
.article .article-header .article-header-content .article-byline .author-avatar:hover,
#tagged .article-header .article-header-content .article-byline .author-avatar:hover {
  z-index: 11 !important;
}
.article .article-header .article-header-content .article-byline .author-avatar:first-child,
#tagged .article-header .article-header-content .article-byline .author-avatar:first-child {
  z-index: 10;
}
.article .article-header .article-header-content .article-byline .author-avatar:nth-child(2),
#tagged .article-header .article-header-content .article-byline .author-avatar:nth-child(2) {
  z-index: 9;
}
.article .article-header .article-header-content .article-byline .author-avatar:nth-child(3),
#tagged .article-header .article-header-content .article-byline .author-avatar:nth-child(3) {
  z-index: 8;
}
.article .article-header .article-header-content .article-byline .author-avatar:nth-child(4),
#tagged .article-header .article-header-content .article-byline .author-avatar:nth-child(4) {
  z-index: 7;
}
.article .article-header .article-header-content .article-byline .author-avatar:nth-child(5),
#tagged .article-header .article-header-content .article-byline .author-avatar:nth-child(5) {
  z-index: 6;
}
.article .article-content,
#tagged .article-content {
  font-size: 1.25rem;
  line-height: 2rem;
}
.article .article-content h1, .article .article-content h2, .article .article-content h3, .article .article-content h4, .article .article-content h5, .article .article-content h6,
#tagged .article-content h1,
#tagged .article-content h2,
#tagged .article-content h3,
#tagged .article-content h4,
#tagged .article-content h5,
#tagged .article-content h6 {
  color: var(--ghost-accent-color);
  margin: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  width: 100%;
}
.article .article-content h1:before, .article .article-content h2:before, .article .article-content h3:before, .article .article-content h4:before, .article .article-content h5:before, .article .article-content h6:before,
#tagged .article-content h1:before,
#tagged .article-content h2:before,
#tagged .article-content h3:before,
#tagged .article-content h4:before,
#tagged .article-content h5:before,
#tagged .article-content h6:before {
  content: "> ";
}
.article .article-content h3,
#tagged .article-content h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0.1em;
}
.article .article-content h3:first-child,
#tagged .article-content h3:first-child {
  margin-top: 0px;
}
.article .article-content p, .article .article-content pre,
#tagged .article-content p,
#tagged .article-content pre {
  margin-bottom: 1rem;
}
.article .article-content hr,
#tagged .article-content hr {
  margin: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity));
}
.article .article-content > p, .article .article-content > pre, .article .article-content > figure, .article .article-content > blockquote, .article .article-content > ol, .article .article-content > ul, .article .article-content > hr,
#tagged .article-content > p,
#tagged .article-content > pre,
#tagged .article-content > figure,
#tagged .article-content > blockquote,
#tagged .article-content > ol,
#tagged .article-content > ul,
#tagged .article-content > hr {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.article .article-content > blockquote,
#tagged .article-content > blockquote {
  position: relative;
  padding: 0px;
  font-style: italic;
}
.article .article-content > blockquote:before,
#tagged .article-content > blockquote:before {
  content: "";
  position: absolute;
  left: -1.5rem;
  top: 0px;
  bottom: 0px;
  width: 0.25rem;
  background: var(--ghost-accent-color);
}
.article .article-content :not(pre) > code,
#tagged .article-content :not(pre) > code {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(68 64 60 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  vertical-align: middle;
  font-family: var(--gh-font-body), Open Sans, -apple-system, sans-serif, Helvetica Neue;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .article .article-content :not(pre) > code,
#tagged .article-content :not(pre) > code {
    white-space: nowrap;
  }
}
.article .article-content pre,
#tagged .article-content pre {
  overflow: auto;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
  font-family: var(--gh-font-body), Open Sans, -apple-system, sans-serif, Helvetica Neue;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(231 229 228 / var(--tw-text-opacity));
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  background-image: url(/assets/images/status.png);
  background-position: 12px 7px;
  background-repeat: no-repeat;
}
.article .article-content pre code,
#tagged .article-content pre code {
  counter-reset: line-numbering;
  padding: 0 !important;
  background: none !important;
}
.article .article-content pre code .line::before,
#tagged .article-content pre code .line::before {
  content: counter(line-numbering);
  counter-increment: line-numbering;
  margin-right: 0.25rem;
  display: inline-block;
  width: 1.75rem;
  padding-right: 0.75rem;
  text-align: right;
  opacity: 0.3;
}
.article .pre-button,
#tagged .pre-button {
  display: inline-block;
  height: 0.5rem;
  width: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity));
}
.article .kg-card + :not(.kg-card),
#tagged .kg-card + :not(.kg-card) {
  margin-top: 3rem;
}
.article :not(.kg-card):not([id]) + .kg-card,
#tagged :not(.kg-card):not([id]) + .kg-card {
  margin-top: 3rem;
}

#subscribe {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
  padding-top: 3rem;
  padding-bottom: 3rem;
  --tw-text-opacity: 1;
  color: rgb(250 250 249 / var(--tw-text-opacity));
}
#subscribe h2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 768px) {

  #subscribe h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
#subscribe .subscribe-button {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 32rem;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity));
  padding: 0.25rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  #subscribe .subscribe-button {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

#more {
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {

  #more {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#more .card .card-image-top {
  height: 12rem;
}
#more .card.tag-card {
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity));
}
#more .card.tag-card .card-img {
  height: 100%;
  width: auto;
  background-size: cover;
  --tw-brightness: brightness(.75);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
#more .card.tag-card .card-img-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  border-radius: 0.25rem;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #44403c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 64 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  padding: 1.25rem;
}
#more .card.tag-card .card-img-overlay span {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
@charset "UTF-8";
.article .article-content .kg-card {
  margin-bottom: 2.5rem;
}
.article .article-content .kg-header-card-header:before,
.article .article-content .kg-header-card-subheader:before,
.article .article-content .kg-product-card-title:before {
  content: "";
}
.article .article-content .kg-product-card-container {
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.kg-image-card img {
  border-radius: 0.3rem;
  width: 100%;
  height: auto;
}

.kg-width-wide img {
  width: calc(100% + 12rem);
  margin-left: -6rem;
  height: auto;
}
.kg-width-wide .kg-gallery-container img {
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
}
.kg-width-wide .kg-gallery-container img:hover {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  transform: translateY(-0.5rem);
}

.kg-width-full {
  display: inline-block;
  max-width: none !important;
  width: auto !important;
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.kg-width-full img {
  border-radius: 0;
  width: 100%;
}

.kg-card figcaption {
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  text-align: center;
  font-family: var(--gh-font-heading), Raleway, Open Sans, -apple-system, sans-serif, Helvetica Neue;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity));
}

.kg-card figcaption strong {
  color: var(--ghost-accent-color);
}

/* Highly specific styles for traditional Instagram embeds */
iframe.instagram-media {
  margin-top: 6vmin !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 0 !important;
}

iframe.instagram-media + script + :not([id]) {
  margin-top: 6vmin;
}

/* Galleries
/* ---------------------------------------------------------- */
/* When there galleries are mixed with images, reduce margin
between them, so it looks like 1 big gallery */
.kg-image-card + .kg-gallery-card,
.kg-gallery-card + .kg-image-card,
.kg-gallery-card + .kg-gallery-card {
  margin-top: 0.75em;
}

.kg-image-card.kg-card-hascaption + .kg-gallery-card,
.kg-gallery-card.kg-card-hascaption + .kg-image-card,
.kg-gallery-card.kg-card-hascaption + .kg-gallery-card {
  margin-top: 1.75em;
}

.kg-gallery-container {
  position: relative;
}

.kg-gallery-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.kg-gallery-image img {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
}

.kg-gallery-row:not(:first-of-type) {
  margin: 0.75em 0 0 0;
}

.kg-gallery-image:not(:first-of-type) {
  margin: 0 0 0 0.75em;
}

/* Bookmark Cards
/* ---------------------------------------------------------- */
/* These are styled links with structured data, similar to a
Twitter card. These styles roughly match what you see in the
Ghost editor. */
.article .kg-bookmark-card,
.article .kg-bookmark-publisher {
  position: relative;
  width: 100%;
}
.article .kg-bookmark-container,
.article .kg-bookmark-container:hover {
  margin-top: 2.5rem;
  display: flex;
  overflow: hidden;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity));
  font-family: var(--gh-font-body), Open Sans, -apple-system, sans-serif, Helvetica Neue;
  font-weight: 400;
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.article .kg-bookmark-content {
  padding: 1.25rem;
}
.article .kg-bookmark-title {
  font-family: var(--gh-font-heading), Raleway, Open Sans, -apple-system, sans-serif, Helvetica Neue;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.article .kg-bookmark-description {
  font-size: 1rem;
  line-height: 1.5rem;
}
.article .kg-bookmark-metadata {
  margin-top: 1.25rem;
  display: flex;
  width: auto;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity));
}
.article .kg-bookmark-metadata > span:nth-of-type(2) {
  font-family: var(--gh-font-body), Open Sans, -apple-system, sans-serif, Helvetica Neue;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity));
}
.article .kg-bookmark-metadata > span:nth-of-type(2):before {
  content: "•";
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity));
}
.article .kg-bookmark-icon {
  margin-left: 0.5rem;
  width: 1.25rem;
}
.article .kg-bookmark-author,
.article .kg-bookmark-publisher {
  display: inline;
}
.article .kg-bookmark-publisher {
  display: block;
  max-width: 20rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.75rem;
}
.article .kg-bookmark-thumbnail {
  min-width: 33%;
  position: relative;
  flex-grow: 1;
}
.article .kg-bookmark-thumbnail img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Card captions
/* ---------------------------------------------------------- */
.kg-width-full.kg-card-hascaption {
  display: grid;
}

.fluid-width-video-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.kg-gallery-container img {
  cursor: pointer;
}

.slbOverlay, .slbWrapOuter, .slbWrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slbOverlay {
  overflow: hidden;
  z-index: 2000;
  background-color: #000;
  opacity: 0.7;
  animation: slbOverlay 0.5s;
}

.slbWrapOuter {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2010;
}

.slbWrap {
  position: absolute;
  text-align: center;
}

.slbWrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.slbContentOuter {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0px auto;
  padding: 0 1em;
  box-sizing: border-box;
  z-index: 2020;
  text-align: left;
  max-width: 100%;
}

.slbContentEl .slbContentOuter {
  padding: 5em 1em;
}

.slbContent {
  position: relative;
}

.slbContentEl .slbContent {
  animation: slbEnter 0.3s;
  background-color: #fff;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.4);
}

.slbImageWrap {
  animation: slbEnter 0.3s;
  position: relative;
}

.slbImageWrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5em;
  bottom: 5em;
  display: block;
  z-index: -1;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background-color: #FFF;
}

.slbDirectionNext .slbImageWrap {
  animation: slbEnterNext 0.4s;
}

.slbDirectionPrev .slbImageWrap {
  animation: slbEnterPrev 0.4s;
}

.slbImage {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 5em 0;
  margin: 0 auto;
}

.slbCaption {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  font-size: 1.4em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.71429em 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.slbCloseBtn, .slbArrow {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
}

.slbCloseBtn::-moz-focus-inner, .slbArrow::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.slbCloseBtn:hover, .slbArrow:hover {
  opacity: 0.5;
}

.slbCloseBtn:active, .slbArrow:active {
  opacity: 0.8;
}

.slbCloseBtn {
  animation: slbEnter 0.3s;
  font-size: 3em;
  width: 1.66667em;
  height: 1.66667em;
  line-height: 1.66667em;
  position: absolute;
  right: -0.33333em;
  top: 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.slbLoading .slbCloseBtn {
  display: none;
}

.slbLoadingText {
  font-size: 1.4em;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}

.slbArrows {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
}

.slbLoading .slbArrows {
  display: none;
}

.slbArrow {
  position: absolute;
  top: 50%;
  margin-top: -5em;
  width: 5em;
  height: 10em;
  opacity: 0.7;
  text-indent: -999em;
  overflow: hidden;
}

.slbArrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.8em 0 0 -0.8em;
  border: 0.8em solid transparent;
}

.slbArrow.next {
  right: 0;
}

.slbArrow.next:before {
  border-left-color: #fff;
}

.slbArrow.prev {
  left: 0;
}

.slbArrow.prev:before {
  border-right-color: #fff;
}

.slbIframeCont {
  width: 80em;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  margin: 5em 0;
}

.slbIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background: #000;
}
@keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes slbEnter {
  from {
    opacity: 0;
    transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slbEnterNext {
  from {
    opacity: 0;
    transform: translate3d(4em, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slbEnterPrev {
  from {
    opacity: 0;
    transform: translate3d(-4em, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
#author {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
#author .author-card {
  padding: 1rem;
}
#author .author-card h1 {
  font-family: var(--gh-font-heading), Raleway, Open Sans, -apple-system, sans-serif, Helvetica Neue;
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0.1em;
}
#author .author-card img {
  margin: auto;
  width: 66.666667%;
  border-radius: 9999px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#author .author-card p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#author .author-card .author-icons {
  margin-top: 0.75rem;
}
#author .author-card .author-icons .icon {
  height: 1.5rem;
  width: 1.5rem;
}
#author .author-card .author-icons .icon svg {
  fill: var(--ghost-accent-color);
}
#author .author-card .author-icons .icon svg:hover {
  --tw-brightness: brightness(.75);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.last\:border-r-0:last-child {
  border-right-width: 0px;
}
@media (min-width: 768px) {

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-52 {
    width: 13rem;
  }

  .md\:w-full {
    width: 100%;
  }

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

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

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

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

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

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

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

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

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

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px) {

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

  .xl\:border-r {
    border-right-width: 1px;
  }

  .xl\:p-0 {
    padding: 0px;
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}